Changing command-line option formats to be more consistent with LLVM style.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 6 Aug 2003 23:25:25 +0000 (23:25 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 6 Aug 2003 23:25:25 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7658 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9TargetMachine.cpp

index 8a75642f119d22251c5b1c65f852a6fe96a79d28..4656d6d6a7f762c64b64f9712f252ab7f6f3629f 100644 (file)
@@ -38,13 +38,13 @@ const TargetInstrDescriptor SparcMachineInstrDesc[] = {
 // Command line options to control choice of code generation passes.
 //---------------------------------------------------------------------------
 
-static cl::opt<bool> DisablePreOpt("nopreopt",
+static cl::opt<bool> DisablePreOpt("disable-preopt",
               cl::desc("Disable optimizations prior to instruction selection"));
 
-static cl::opt<bool> DisableSched("nosched",
+static cl::opt<bool> DisableSched("disable-sched",
                                   cl::desc("Disable local scheduling pass"));
 
-static cl::opt<bool> DisablePeephole("nopeephole",
+static cl::opt<bool> DisablePeephole("disable-peephole",
                                 cl::desc("Disable peephole optimization pass"));
 
 static cl::opt<bool>