summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-05-07 01:27:25 +0000
committerBill Wendling <isanbard@gmail.com>2009-05-07 01:27:25 +0000
commit6144f63bd5382b07c161bdd1c63635cbd9ad356b (patch)
tree1b059a34e14571dd43028a10d5555a249d494179 /llvm/lib/CodeGen/LLVMTargetMachine.cpp
parent9abe4748524cd1e036a59bc5a13a28404f96b2c2 (diff)
downloadbcm5719-llvm-6144f63bd5382b07c161bdd1c63635cbd9ad356b.tar.gz
bcm5719-llvm-6144f63bd5382b07c161bdd1c63635cbd9ad356b.zip
Temporarily revert r71010. It was causing massive failures during self-hosting.
llvm-svn: 71138
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 5f19660a268..faaa41b68b6 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -193,7 +193,7 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
// Perform stack slot coloring.
if (OptLevel != CodeGenOpt::None)
- PM.add(createStackSlotColoringPass(OptLevel >= CodeGenOpt::Aggressive));
+ PM.add(createStackSlotColoringPass());
if (PrintMachineCode) // Print the register-allocated code
PM.add(createMachineFunctionPrinterPass(cerr));
OpenPOWER on IntegriCloud