Fix indentation.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 30 May 2008 22:39:18 +0000 (22:39 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 30 May 2008 22:39:18 +0000 (22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51792 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetMachine.cpp

index 6e8831bf1f90e85febdef50eee72effdae1753f5..342aa0175dfea4dedda0362a702cd99ce4a6463e 100644 (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",