summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/DispatchStatistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-mca/DispatchStatistics.h')
-rw-r--r--llvm/tools/llvm-mca/DispatchStatistics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/DispatchStatistics.h b/llvm/tools/llvm-mca/DispatchStatistics.h
index 220ed84e4a2..941dcb255e0 100644
--- a/llvm/tools/llvm-mca/DispatchStatistics.h
+++ b/llvm/tools/llvm-mca/DispatchStatistics.h
@@ -67,9 +67,9 @@ public:
void onInstructionEvent(const HWInstructionEvent &Event) override;
- void onCycleBegin(unsigned Cycle) override { NumCycles++; }
+ void onCycleBegin() override { NumCycles++; }
- void onCycleEnd(unsigned Cycle) override { updateHistograms(); }
+ void onCycleEnd() override { updateHistograms(); }
void onStallEvent(const HWStallEvent &Event) override;
OpenPOWER on IntegriCloud