[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLocal.cpp 
    Andrew Lenharth 
    alenhar2 at cs.uiuc.edu
       
    Thu Jul 20 10:43:41 PDT 2006
    
    
  
Changes in directory llvm/lib/CodeGen:
RegAllocLocal.cpp updated: 1.81 -> 1.82
---
Log message:
80 cols
---
Diffs of the changes:  (+2 -2)
 RegAllocLocal.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/CodeGen/RegAllocLocal.cpp
diff -u llvm/lib/CodeGen/RegAllocLocal.cpp:1.81 llvm/lib/CodeGen/RegAllocLocal.cpp:1.82
--- llvm/lib/CodeGen/RegAllocLocal.cpp:1.81	Thu Jul 20 12:28:38 2006
+++ llvm/lib/CodeGen/RegAllocLocal.cpp	Thu Jul 20 12:43:27 2006
@@ -33,8 +33,8 @@
 namespace {
   static Statistic<> NumStores("ra-local", "Number of stores added");
   static Statistic<> NumLoads ("ra-local", "Number of loads added");
-  static Statistic<> NumFolded("ra-local", "Number of loads/stores folded into "
-                               "instructions");
+  static Statistic<> NumFolded("ra-local", "Number of loads/stores folded "
+			       "into instructions");
   class VISIBILITY_HIDDEN RA : public MachineFunctionPass {
     const TargetMachine *TM;
     MachineFunction *MF;
    
    
More information about the llvm-commits
mailing list