mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Hide a couple of options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86522 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63040ce858
commit
df8ed02473
@ -53,7 +53,8 @@ static cl::opt<bool> DisableReMat("disable-rematerialization",
|
||||
static cl::opt<bool> EnableFastSpilling("fast-spill",
|
||||
cl::init(false), cl::Hidden);
|
||||
|
||||
static cl::opt<bool> EarlyCoalescing("early-coalescing", cl::init(false));
|
||||
static cl::opt<bool> EarlyCoalescing("early-coalescing",
|
||||
cl::init(false), cl::Hidden);
|
||||
|
||||
static cl::opt<int> CoalescingLimit("early-coalescing-limit",
|
||||
cl::init(-1), cl::Hidden);
|
||||
|
@ -68,7 +68,7 @@ static cl::opt<bool>
|
||||
EnableFastISelAbort("fast-isel-abort", cl::Hidden,
|
||||
cl::desc("Enable abort calls when \"fast\" instruction fails"));
|
||||
static cl::opt<bool>
|
||||
SchedLiveInCopies("schedule-livein-copies",
|
||||
SchedLiveInCopies("schedule-livein-copies", cl::Hidden,
|
||||
cl::desc("Schedule copies of livein registers"),
|
||||
cl::init(false));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user