mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
hide this option
llvm-svn: 21959
This commit is contained in:
parent
9d788e93a6
commit
653c791170
@ -28,7 +28,7 @@ namespace llvm {
|
||||
|
||||
SchedDebugLevel_t SchedDebugLevel;
|
||||
|
||||
static cl::opt<bool> EnableFillingDelaySlots("sched-fill-delay-slots",
|
||||
static cl::opt<bool> EnableFillingDelaySlots("sched-fill-delay-slots", cl::Hidden,
|
||||
cl::desc("Fill branch delay slots during local scheduling"));
|
||||
|
||||
static cl::opt<SchedDebugLevel_t, true>
|
||||
|
@ -58,7 +58,7 @@ namespace {
|
||||
cl::opt<bool> DisablePeephole("disable-peephole",
|
||||
cl::desc("Disable peephole optimization pass"));
|
||||
|
||||
cl::opt<bool, true> EmitMappingInfoOpt("enable-maps",
|
||||
cl::opt<bool, true> EmitMappingInfoOpt("enable-maps", cl::ReallyHidden,
|
||||
cl::location(EmitMappingInfo),
|
||||
cl::init(false),
|
||||
cl::desc("Emit LLVM-to-MachineCode mapping info to assembly"));
|
||||
|
Loading…
Reference in New Issue
Block a user