summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/TimelineView.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-mca/TimelineView.h')
-rw-r--r--llvm/tools/llvm-mca/TimelineView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/TimelineView.h b/llvm/tools/llvm-mca/TimelineView.h
index 1a85ca1de64..e53c23ec1cc 100644
--- a/llvm/tools/llvm-mca/TimelineView.h
+++ b/llvm/tools/llvm-mca/TimelineView.h
@@ -174,7 +174,7 @@ public:
// Event handlers.
void onCycleEnd() override { ++CurrentCycle; }
- void onInstructionEvent(const HWInstructionEvent &Event) override;
+ void onEvent(const HWInstructionEvent &Event) override;
// print functionalities.
void printTimeline(llvm::raw_ostream &OS) const;
OpenPOWER on IntegriCloud