mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Changing command-line option formats to be more consistent with LLVM style.
llvm-svn: 7658
This commit is contained in:
parent
f75a14d5af
commit
8eafc8d965
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user