Enable stack coloring with regs at -O3.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 5 May 2009 20:30:36 +0000 (20:30 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 5 May 2009 20:30:36 +0000 (20:30 +0000)
commitf9a9b51429b284ad85f1162592a10918c5665733
tree311fdfe17af85d5b88bad1b20f0b688877326e3f
parent58deef5559db65f742fc67adcdaba04ce83f0764
Enable stack coloring with regs at -O3.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71010 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/StackSlotColoring.cpp
test/CodeGen/X86/stack-color-with-reg.ll [new file with mode: 0644]