diff --git a/include/llvm/Transforms/LoopTime/LoopTimer.h b/include/llvm/Transforms/LoopTime/LoopTimer.h index 4aca2e28..41d66e21 100644 --- a/include/llvm/Transforms/LoopTime/LoopTimer.h +++ b/include/llvm/Transforms/LoopTime/LoopTimer.h @@ -39,7 +39,7 @@ namespace { public: static char ID; CountLoops():LoopPass(ID){} - void getAnalysisUsage(AnalysisUsage&AU)const ; + void getAnalysisUsage(AnalysisUsage&AU) const override; bool runOnLoop(Loop *L,LPPassManager&) override; }; }