diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-01-13 01:51:43 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-01-13 01:51:43 +0000 |
commit | d7d8f6d000b887b553df81dedc34c0d10397c1aa (patch) | |
tree | 9eb690a661e011ee9b7a052bbabdc2d6fff82846 /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
parent | 7a4bac30001b6937ac3315b80261b8f1a99f3088 (diff) | |
download | bcm5719-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.cpp | 1 |
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) |