diff --git a/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp b/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp index 44f5c6ce4e9..a6f1c9017aa 100644 --- a/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp +++ b/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp @@ -28,7 +28,7 @@ namespace llvm { SchedDebugLevel_t SchedDebugLevel; -static cl::opt EnableFillingDelaySlots("sched-fill-delay-slots", +static cl::opt EnableFillingDelaySlots("sched-fill-delay-slots", cl::Hidden, cl::desc("Fill branch delay slots during local scheduling")); static cl::opt diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index c9f8810cefc..a84fbca791d 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -58,7 +58,7 @@ namespace { cl::opt DisablePeephole("disable-peephole", cl::desc("Disable peephole optimization pass")); - cl::opt EmitMappingInfoOpt("enable-maps", + cl::opt EmitMappingInfoOpt("enable-maps", cl::ReallyHidden, cl::location(EmitMappingInfo), cl::init(false), cl::desc("Emit LLVM-to-MachineCode mapping info to assembly"));