diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-05-03 19:10:11 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-05-03 19:10:11 +0000 |
commit | f102719b65afb422e9fefca3e1934e7a62be7a52 (patch) | |
tree | 6349dcae1a6a099597f5df365d36f19f90f0ac88 /lib | |
parent | a1de94fd2c3f4103bbc8409c8657d8a760ad0a9f (diff) | |
download | external_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.cpp | 2 |
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")); |