git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70792 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2009-05-03 19:10:11 +00:00
parent bdd73290a5
commit 04fa35ab13

View File

@ -37,7 +37,7 @@ DisableSharing("no-stack-slot-sharing",
cl::desc("Suppress slot sharing during stack coloring"));
static cl::opt<bool>
ColorWithRegs("-color-ss-with-regs",
ColorWithRegs("color-ss-with-regs",
cl::init(false), cl::Hidden,
cl::desc("Color stack slots with free registers"));