Fix indentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51792 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2008-05-30 22:39:18 +00:00
parent 11bf2ace55
commit 89df08c8a0

View File

@ -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",