diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2010-04-07 18:23:27 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2010-04-07 18:23:27 +0000 |
commit | 6e01726eae6c0396bc2cfaa21ecb1d4531f9dc63 (patch) | |
tree | a7547d0ccdf60815d75c044f8c0df99fac239e78 /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
parent | 090323aee5d50b47c997ca3ff139986864ffc42f (diff) | |
download | bcm5719-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/LLVMTargetMachine.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LLVMTargetMachine.cpp | 2 |
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", |