diff options
Diffstat (limited to 'tools/llvm-mca/TimelineView.h')
-rw-r--r-- | tools/llvm-mca/TimelineView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-mca/TimelineView.h b/tools/llvm-mca/TimelineView.h index 6ec373dd38b..09dc99055b3 100644 --- a/tools/llvm-mca/TimelineView.h +++ b/tools/llvm-mca/TimelineView.h @@ -109,7 +109,7 @@ namespace mca { -/// \brief This class listens to instruction state transition events +/// This class listens to instruction state transition events /// in order to construct a timeline information. /// /// For every instruction executed by the Backend, this class constructs |