aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-30 22:39:18 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-30 22:39:18 +0000
commit94b06760a443cd75d83d8f72c442b3b468ebe828 (patch)
tree580b318cc0e092d6a93eee10c5a7cc8d7b7f9a42 /lib
parentf6d33442f0346daed34ec10deb33c85435cc398d (diff)
downloadexternal_llvm-94b06760a443cd75d83d8f72c442b3b468ebe828.zip
external_llvm-94b06760a443cd75d83d8f72c442b3b468ebe828.tar.gz
external_llvm-94b06760a443cd75d83d8f72c442b3b468ebe828.tar.bz2
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/TargetMachine.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp
index 6e8831b..342aa01 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",