aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LLVMTargetMachine.cpp
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
commita7a3476e84d08173b6bead2105e07675bc643cb2 (patch)
tree4c92fc6bb9fc6cf45e5124fe2acf8f82d11773d9 /lib/CodeGen/LLVMTargetMachine.cpp
parentf6b0480857f2e43b7be9f72fdd059f6adbd1a3e0 (diff)
downloadexternal_llvm-a7a3476e84d08173b6bead2105e07675bc643cb2.zip
external_llvm-a7a3476e84d08173b6bead2105e07675bc643cb2.tar.gz
external_llvm-a7a3476e84d08173b6bead2105e07675bc643cb2.tar.bz2
Remove late ARM codegen optimization pass committed by accident.
It is not ready for public yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--lib/CodeGen/LLVMTargetMachine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp
index 714ad73..ced6664 100644
--- a/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/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",