mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
[PM] Back out one hunk of the patch in r200901 that was *supposed* to go
in my next patch. Sorry for the breakage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d8e62b62ee
commit
9b71cd85ff
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user