mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01: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:
parent
2250f08288
commit
21b641366c
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user