1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[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
This commit is contained in:
Chandler Carruth 2014-02-06 04:32:33 +00:00
parent 2250f08288
commit 21b641366c

View File

@ -35,10 +35,6 @@ bool llvm::runPassPipeline(StringRef Arg0, LLVMContext &Context, Module &M,
FunctionAnalysisManager FAM; FunctionAnalysisManager FAM;
ModuleAnalysisManager MAM; 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. // Cross register the analysis managers through their proxies.
MAM.registerPass(FunctionAnalysisManagerModuleProxy(FAM)); MAM.registerPass(FunctionAnalysisManagerModuleProxy(FAM));
FAM.registerPass(ModuleAnalysisManagerFunctionProxy(MAM)); FAM.registerPass(ModuleAnalysisManagerFunctionProxy(MAM));