Typo.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 3 May 2009 19:10:11 +0000 (19:10 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 3 May 2009 19:10:11 +0000 (19:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70792 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StackSlotColoring.cpp

index 139d12b4edd4f4b1a0cd000a1a27f0c665fd1c93..6406b1cc2516280b0308c4eb3b606dc19e9887cf 100644 (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"));