diff options
Diffstat (limited to 'llvm/tools/llvm-mca/ResourcePressureView.h')
| -rw-r--r-- | llvm/tools/llvm-mca/ResourcePressureView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/ResourcePressureView.h b/llvm/tools/llvm-mca/ResourcePressureView.h index ad8c1b7d4c0..3521d02b9ad 100644 --- a/llvm/tools/llvm-mca/ResourcePressureView.h +++ b/llvm/tools/llvm-mca/ResourcePressureView.h @@ -101,7 +101,7 @@ public: unsigned Index, const llvm::ArrayRef<std::pair<ResourceRef, unsigned>> &Used) override; - void printView(llvm::raw_ostream &OS) const { + void printView(llvm::raw_ostream &OS) const override { unsigned Executions = Source.getNumIterations(); printResourcePressurePerIteration(OS, Executions); printResourcePressurePerInstruction(OS, Executions); |

