From 04fa35ab13afbbc5b2f12437a256db84a27485d2 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sun, 3 May 2009 19:10:11 +0000 Subject: [PATCH] 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(-) diff --git a/lib/CodeGen/StackSlotColoring.cpp b/lib/CodeGen/StackSlotColoring.cpp index 139d12b4edd..6406b1cc251 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")); -- 2.34.1