1
0
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:
Chris Lattner 2005-05-13 19:44:21 +00:00
parent 9d788e93a6
commit 653c791170
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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"));