summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-01-13 01:51:43 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-01-13 01:51:43 +0000
commitd7d8f6d000b887b553df81dedc34c0d10397c1aa (patch)
tree9eb690a661e011ee9b7a052bbabdc2d6fff82846 /llvm/lib/CodeGen/LLVMTargetMachine.cpp
parent7a4bac30001b6937ac3315b80261b8f1a99f3088 (diff)
downloadbcm5719-llvm-d7d8f6d000b887b553df81dedc34c0d10397c1aa.tar.gz
bcm5719-llvm-d7d8f6d000b887b553df81dedc34c0d10397c1aa.zip
Disable opt-ext pass to unbreak the build for now.
llvm-svn: 93286
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 733995f82be..4ab6a944341 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -325,7 +325,6 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
/* allowDoubleDefs= */ true);
if (OptLevel != CodeGenOpt::None) {
- PM.add(createOptimizeExtsPass());
if (!DisableMachineLICM)
PM.add(createMachineLICMPass());
if (!DisableMachineSink)
OpenPOWER on IntegriCloud