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 | 1de5cf548eea2601dd3d321fc502fd0432b05ca7 (patch) | |
| tree | 0b3deb81b9f48f90c8e5449827498b7d03c99628 /llvm/lib | |
| parent | 3f4e62f3971279f4002fe70952f616b7a1e9023d (diff) | |
| download | bcm5719-llvm-1de5cf548eea2601dd3d321fc502fd0432b05ca7.tar.gz bcm5719-llvm-1de5cf548eea2601dd3d321fc502fd0432b05ca7.zip | |
Typo.
llvm-svn: 70792
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/StackSlotColoring.cpp | 2 |
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")); |

