Converted tabs to spaces.
[oota-llvm.git] / lib / Target / X86 / X86RegisterInfo.td
index 85dbcadec4e2ae98b2bdf7247db1666e543161a6..353e3a1a2f31999dbe8c031f2bf0123fc0d8a1de 100644 (file)
@@ -74,9 +74,9 @@ def R16 : RegisterClass<i16, 2, [AX, CX, DX, BX, SI, DI, BP, SP]> {
   let Methods = [{
     iterator allocation_order_end(MachineFunction &MF) const {
       if (hasFP(MF))     // Does the function dedicate EBP to being a frame ptr?
-       return end()-2;  // If so, don't allocate SP or BP
+        return end()-2;  // If so, don't allocate SP or BP
       else
-       return end()-1;  // If not, just don't allocate SP
+        return end()-1;  // If not, just don't allocate SP
     }
   }];
 }