summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-05-03 19:10:11 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-05-03 19:10:11 +0000
commit1de5cf548eea2601dd3d321fc502fd0432b05ca7 (patch)
tree0b3deb81b9f48f90c8e5449827498b7d03c99628 /llvm/lib
parent3f4e62f3971279f4002fe70952f616b7a1e9023d (diff)
downloadbcm5719-llvm-1de5cf548eea2601dd3d321fc502fd0432b05ca7.tar.gz
bcm5719-llvm-1de5cf548eea2601dd3d321fc502fd0432b05ca7.zip
Typo.
llvm-svn: 70792
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/StackSlotColoring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackSlotColoring.cpp b/llvm/lib/CodeGen/StackSlotColoring.cpp
index 139d12b4edd..6406b1cc251 100644
--- a/llvm/lib/CodeGen/StackSlotColoring.cpp
+++ b/llvm/lib/CodeGen/StackSlotColoring.cpp
@@ -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"));
OpenPOWER on IntegriCloud