summaryrefslogtreecommitdiff
path: root/tools/opt
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-02-06 04:32:33 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-02-06 04:32:33 +0000
commit9b71cd85ffa6a81a9b7959ca6e2185fcce03735a (patch)
tree3dfb5655e907d4d6bc50c0e70a3db8f9e0fa3526 /tools/opt
parentd8e62b62ee3e9a30e7b9a247fcbf5b6d1bd4b2e5 (diff)
downloadllvm-9b71cd85ffa6a81a9b7959ca6e2185fcce03735a.tar.gz
llvm-9b71cd85ffa6a81a9b7959ca6e2185fcce03735a.tar.bz2
llvm-9b71cd85ffa6a81a9b7959ca6e2185fcce03735a.tar.xz
[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
Diffstat (limited to 'tools/opt')
-rw-r--r--tools/opt/NewPMDriver.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/opt/NewPMDriver.cpp b/tools/opt/NewPMDriver.cpp
index 313db544ab..c25bd73cbc 100644
--- a/tools/opt/NewPMDriver.cpp
+++ b/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));