summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h')
-rw-r--r--contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h b/contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h
index 5a25a6d..ab91168 100644
--- a/contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h
+++ b/contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h
@@ -24,7 +24,7 @@ namespace llvm {
/// Optimize globals that never have their address taken.
class GlobalOptPass : public PassInfoMixin<GlobalOptPass> {
public:
- PreservedAnalyses run(Module &M, AnalysisManager<Module> &AM);
+ PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
};
}
OpenPOWER on IntegriCloud