summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2010-04-07 18:23:27 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2010-04-07 18:23:27 +0000
commit6e01726eae6c0396bc2cfaa21ecb1d4531f9dc63 (patch)
treea7547d0ccdf60815d75c044f8c0df99fac239e78 /llvm/lib/CodeGen
parent090323aee5d50b47c997ca3ff139986864ffc42f (diff)
downloadbcm5719-llvm-6e01726eae6c0396bc2cfaa21ecb1d4531f9dc63.tar.gz
bcm5719-llvm-6e01726eae6c0396bc2cfaa21ecb1d4531f9dc63.zip
Remove late ARM codegen optimization pass committed by accident.
It is not ready for public yet. llvm-svn: 100673
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 714ad73e790..ced6664c4a3 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -268,8 +268,6 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
PM.add(createStackProtectorPass(getTargetLowering()));
- addPreISel(PM, OptLevel);
-
if (PrintISelInput)
PM.add(createPrintFunctionPass("\n\n"
"*** Final LLVM Code input to ISel ***\n",
OpenPOWER on IntegriCloud