[llvm] r200902 - [PM] Back out one hunk of the patch in r200901 that was *supposed* to go

Chandler Carruth chandlerc at gmail.com
Wed Feb 5 20:32:33 PST 2014


Author: chandlerc
Date: Wed Feb  5 22:32:33 2014
New Revision: 200902

URL: http://llvm.org/viewvc/llvm-project?rev=200902&view=rev
Log:
[PM] Back out one hunk of the patch in r200901 that was *supposed* to go
in my next patch. Sorry for the breakage.

Modified:
    llvm/trunk/tools/opt/NewPMDriver.cpp

Modified: llvm/trunk/tools/opt/NewPMDriver.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/opt/NewPMDriver.cpp?rev=200902&r1=200901&r2=200902&view=diff
==============================================================================
--- llvm/trunk/tools/opt/NewPMDriver.cpp (original)
+++ llvm/trunk/tools/opt/NewPMDriver.cpp Wed Feb  5 22:32:33 2014
@@ -35,10 +35,6 @@ bool llvm::runPassPipeline(StringRef Arg
   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));





More information about the llvm-commits mailing list