aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitf102719b65afb422e9fefca3e1934e7a62be7a52 (patch)
tree6349dcae1a6a099597f5df365d36f19f90f0ac88 /lib
parenta1de94fd2c3f4103bbc8409c8657d8a760ad0a9f (diff)
downloadexternal_llvm-f102719b65afb422e9fefca3e1934e7a62be7a52.zip
external_llvm-f102719b65afb422e9fefca3e1934e7a62be7a52.tar.gz
external_llvm-f102719b65afb422e9fefca3e1934e7a62be7a52.tar.bz2
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/StackSlotColoring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/StackSlotColoring.cpp b/lib/CodeGen/StackSlotColoring.cpp
index 139d12b..6406b1c 100644
--- a/lib/CodeGen/StackSlotColoring.cpp
+++ b/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"));