[llvm-commits] [llvm] r70792 - /llvm/trunk/lib/CodeGen/StackSlotColoring.cpp

Evan Cheng evan.cheng at apple.com
Sun May 3 12:10:11 PDT 2009


Author: evancheng
Date: Sun May  3 14:10:11 2009
New Revision: 70792

URL: http://llvm.org/viewvc/llvm-project?rev=70792&view=rev
Log:
Typo.

Modified:
    llvm/trunk/lib/CodeGen/StackSlotColoring.cpp

Modified: llvm/trunk/lib/CodeGen/StackSlotColoring.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/StackSlotColoring.cpp?rev=70792&r1=70791&r2=70792&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/StackSlotColoring.cpp (original)
+++ llvm/trunk/lib/CodeGen/StackSlotColoring.cpp Sun May  3 14:10:11 2009
@@ -37,7 +37,7 @@
              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"));
 





More information about the llvm-commits mailing list