mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51792 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11bf2ace55
commit
89df08c8a0
@ -45,10 +45,10 @@ static cl::opt<bool, true> PrintCode("print-machineinstrs",
|
||||
cl::location(PrintMachineCode), cl::init(false));
|
||||
|
||||
static cl::opt<bool, true>
|
||||
DisableFPElim("disable-fp-elim",
|
||||
cl::desc("Disable frame pointer elimination optimization"),
|
||||
cl::location(NoFramePointerElim),
|
||||
cl::init(false));
|
||||
DisableFPElim("disable-fp-elim",
|
||||
cl::desc("Disable frame pointer elimination optimization"),
|
||||
cl::location(NoFramePointerElim),
|
||||
cl::init(false));
|
||||
static cl::opt<bool, true>
|
||||
DisableExcessPrecision("disable-excess-fp-precision",
|
||||
cl::desc("Disable optimizations that may increase FP precision"),
|
||||
@ -135,8 +135,8 @@ EnablePerformTailCallOpt("tailcallopt",
|
||||
static cl::opt<bool, true>
|
||||
EnableOptimizeForSize("optimize-size",
|
||||
cl::desc("Optimize for size."),
|
||||
cl::location(OptimizeForSize),
|
||||
cl::init(false));
|
||||
cl::location(OptimizeForSize),
|
||||
cl::init(false));
|
||||
|
||||
static cl::opt<bool, true>
|
||||
EnableRealignStack("realign-stack",
|
||||
|
Loading…
Reference in New Issue
Block a user