[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp PhyRegAlloc.cpp

Jeff Cohen jeffc at jolt-lang.org
Tue Jul 26 23:12:58 PDT 2005



Changes in directory llvm/lib/Target/SparcV9/RegAlloc:

InterferenceGraph.cpp updated: 1.25 -> 1.26
PhyRegAlloc.cpp updated: 1.170 -> 1.171
---
Log message:

Eliminate all remaining tabs and trailing spaces.

---
Diffs of the changes:  (+4 -4)

 InterferenceGraph.cpp |    2 +-
 PhyRegAlloc.cpp       |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp
diff -u llvm/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp:1.25 llvm/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp:1.26
--- llvm/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp:1.25	Wed Jul 27 00:53:44 2005
+++ llvm/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp	Wed Jul 27 01:12:34 2005
@@ -120,7 +120,7 @@
 // return whether two live ranges interfere
 //----------------------------------------------------------------------------
 unsigned InterferenceGraph::getInterference(const V9LiveRange *const LR1,
-                                            const V9LiveRange *const LR2) 
+                                            const V9LiveRange *const LR2)
                                             const {
   assert(LR1 != LR2);
   assertIGNode(this, LR1->getUserIGNode());


Index: llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.170 llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.171
--- llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.170	Wed Jul 27 00:53:44 2005
+++ llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp	Wed Jul 27 01:12:34 2005
@@ -791,7 +791,7 @@
           // if the value is in both LV sets (i.e., live before and after
           // the call machine instruction)
           unsigned Reg = MRI.getUnifiedRegNum(RCID, Color);
-        
+
           // if we haven't already pushed this register...
           if( PushedRegSet.find(Reg) == PushedRegSet.end() ) {
             unsigned RegType = MRI.getRegTypeForLR(LR);
@@ -861,7 +861,7 @@
             if (AdIAft.size() > 0)
               instrnsAfter.insert(instrnsAfter.end(),
                                   AdIAft.begin(), AdIAft.end());
-        
+
             PushedRegSet.insert(Reg);
 
             if(DEBUG_RA) {
@@ -872,7 +872,7 @@
               std::cerr << " -and After:\n\t ";
               for_each(instrnsAfter.begin(), instrnsAfter.end(),
                        std::mem_fun(&MachineInstr::dump));
-            }   
+            }
           } // if not already pushed
         } // if LR has a volatile color
       } // if LR has color






More information about the llvm-commits mailing list