diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:39:18 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:39:18 +0000 |
commit | 89df08c8a02dc54d46a2f0599c5290b703ecc7ba (patch) | |
tree | 580b318cc0e092d6a93eee10c5a7cc8d7b7f9a42 /lib/Target/TargetMachine.cpp | |
parent | 11bf2ace556da018c65163557fb97704b1cf88e4 (diff) |
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
-rw-r--r-- | lib/Target/TargetMachine.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index 6e8831bf1f..342aa0175d 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -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", |