diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-05-07 01:27:25 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-05-07 01:27:25 +0000 |
| commit | 6144f63bd5382b07c161bdd1c63635cbd9ad356b (patch) | |
| tree | 1b059a34e14571dd43028a10d5555a249d494179 /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
| parent | 9abe4748524cd1e036a59bc5a13a28404f96b2c2 (diff) | |
| download | bcm5719-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.cpp | 2 |
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)); |

