summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Transforms/InstrProfiling.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Transforms/InstrProfiling.h')
-rw-r--r--llvm/include/llvm/Transforms/InstrProfiling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/InstrProfiling.h b/llvm/include/llvm/Transforms/InstrProfiling.h
index 9ac6d63b96a..9c61dce6ba6 100644
--- a/llvm/include/llvm/Transforms/InstrProfiling.h
+++ b/llvm/include/llvm/Transforms/InstrProfiling.h
@@ -29,7 +29,7 @@ public:
InstrProfiling() {}
InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
- PreservedAnalyses run(Module &M, AnalysisManager<Module> &AM);
+ PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
bool run(Module &M);
private:
OpenPOWER on IntegriCloud