diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-02-06 04:32:33 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-02-06 04:32:33 +0000 |
commit | e309d3768c765a36c06ddfa47074066a55c9e303 (patch) | |
tree | 45e63c28499e2f86b0f038003af7d6ad0f4e5973 /llvm/tools | |
parent | c68d08241b6ca09abe48d4979eaf21f1b007116c (diff) | |
download | bcm5719-llvm-e309d3768c765a36c06ddfa47074066a55c9e303.tar.gz bcm5719-llvm-e309d3768c765a36c06ddfa47074066a55c9e303.zip |
[PM] Back out one hunk of the patch in r200901 that was *supposed* to go
in my next patch. Sorry for the breakage.
llvm-svn: 200902
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/opt/NewPMDriver.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/opt/NewPMDriver.cpp b/llvm/tools/opt/NewPMDriver.cpp index 313db544aba..c25bd73cbc3 100644 --- a/llvm/tools/opt/NewPMDriver.cpp +++ b/llvm/tools/opt/NewPMDriver.cpp @@ -35,10 +35,6 @@ bool llvm::runPassPipeline(StringRef Arg0, LLVMContext &Context, Module &M, FunctionAnalysisManager FAM; ModuleAnalysisManager MAM; - // FIXME: Lift this registration of analysis passes into a .def file adjacent - // to the one used to associate names with passes. - MAM.registerPass(LazyCallGraphAnalysis()); - // Cross register the analysis managers through their proxies. MAM.registerPass(FunctionAnalysisManagerModuleProxy(FAM)); FAM.registerPass(ModuleAnalysisManagerFunctionProxy(MAM)); |