Eliminate tabs and trailing spaces.
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / PhyRegAlloc.h
index c67d4781d20617b2cac42d22de9916bfd3f26ea3..78f4b47bf8ae1980b218be2185d68dbf00d516cb 100644 (file)
@@ -118,7 +118,7 @@ private:
   SavedStateMapTy FnAllocState;
 
   void addInterference(const Value *Def, const ValueSet *LVSet,
-                      bool isCallInst);
+                       bool isCallInst);
   bool markAllocatedRegs(MachineInstr* MInst);
 
   void addInterferencesForArgs();
@@ -131,10 +131,10 @@ private:
   void finishSavingState(Module &M);
 
   void setCallInterferences(const MachineInstr *MI,
-                           const ValueSet *LVSetAft);
+                            const ValueSet *LVSetAft);
 
   void move2DelayedInstr(const MachineInstr *OrigMI,
-                        const MachineInstr *DelayedMI);
+                         const MachineInstr *DelayedMI);
 
   void markUnusableSugColors();
   void allocateStackSpace4SpilledLRs();
@@ -158,7 +158,7 @@ private:
                          MachineBasicBlock &MBB);
 
   int getUsableUniRegAtMI(int RegType, const ValueSet *LVSetBef,
-                         MachineInstr *MI,
+                          MachineInstr *MI,
                           std::vector<MachineInstr*>& MIBef,
                           std::vector<MachineInstr*>& MIAft);