From f102719b65afb422e9fefca3e1934e7a62be7a52 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sun, 3 May 2009 19:10:11 +0000 Subject: Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70792 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/StackSlotColoring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -ColorWithRegs("-color-ss-with-regs", +ColorWithRegs("color-ss-with-regs", cl::init(false), cl::Hidden, cl::desc("Color stack slots with free registers")); -- cgit v1.1