diff options
Diffstat (limited to 'llvm/tools/llvm-mca/TimelineView.h')
-rw-r--r-- | llvm/tools/llvm-mca/TimelineView.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/llvm-mca/TimelineView.h b/llvm/tools/llvm-mca/TimelineView.h index 9b9c4e3d26b..1a85ca1de64 100644 --- a/llvm/tools/llvm-mca/TimelineView.h +++ b/llvm/tools/llvm-mca/TimelineView.h @@ -10,8 +10,8 @@ /// /// This file implements a timeline view for the llvm-mca tool. /// -/// Class TimelineView observes events generated by the backend. For every -/// instruction executed by the backend, it stores information related to +/// Class TimelineView observes events generated by the pipeline. For every +/// instruction executed by the pipeline, it stores information related to /// state transition. It then plots that information in the form of a table /// as reported by the example below: /// @@ -113,7 +113,7 @@ namespace mca { /// 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 +/// For every instruction executed by the Pipeline, this class constructs /// a TimelineViewEntry object. TimelineViewEntry objects are then used /// to print the timeline information, as well as the "average wait times" /// for every instruction in the input assembly sequence. |