hide this option

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-05-13 19:44:21 +00:00
parent adf6a965a3
commit 6bc2dc7b2c
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"));