Some Mips minor fixes
[oota-llvm.git] / 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",