diff options
Diffstat (limited to 'llvm/tools/llvm-mca/SummaryView.h')
-rw-r--r-- | llvm/tools/llvm-mca/SummaryView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/SummaryView.h b/llvm/tools/llvm-mca/SummaryView.h index 04f4a871247..b799ce3aa74 100644 --- a/llvm/tools/llvm-mca/SummaryView.h +++ b/llvm/tools/llvm-mca/SummaryView.h @@ -67,7 +67,7 @@ public: void onCycleEnd() override { ++TotalCycles; } - void onInstructionEvent(const HWInstructionEvent &Event) override; + void onEvent(const HWInstructionEvent &Event) override; void printView(llvm::raw_ostream &OS) const override; }; |