mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70792 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -37,7 +37,7 @@ DisableSharing("no-stack-slot-sharing",
|
|||||||
cl::desc("Suppress slot sharing during stack coloring"));
|
cl::desc("Suppress slot sharing during stack coloring"));
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
ColorWithRegs("-color-ss-with-regs",
|
ColorWithRegs("color-ss-with-regs",
|
||||||
cl::init(false), cl::Hidden,
|
cl::init(false), cl::Hidden,
|
||||||
cl::desc("Color stack slots with free registers"));
|
cl::desc("Color stack slots with free registers"));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user