* Store all non-volatile int registers R13-31 on the stack, restore on exit
[oota-llvm.git] / lib / Target / TargetMachine.cpp
index 8ee16f3d3d20c74ae1ba85b0280dbe492899664c..d71bd3f9542f0bdbf0f710297c0d7720ff37eb49 100644 (file)
@@ -21,11 +21,10 @@ using namespace llvm;
 // Command-line options that tend to be useful on more than one back-end.
 //
 
-namespace llvm { 
+namespace llvm {
   bool PrintMachineCode;
   bool NoFramePointerElim;
 };
-
 namespace {
   cl::opt<bool, true> PrintCode("print-machineinstrs",
     cl::desc("Print generated machine code"),