[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervals.cpp

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Jan 14 04:45:02 PST 2004


Changes in directory llvm/lib/CodeGen:

LiveIntervals.cpp updated: 1.25 -> 1.26

---
Log message:

Properly update #intervals statistic.


---
Diffs of the changes:  (+2 -0)

Index: llvm/lib/CodeGen/LiveIntervals.cpp
diff -u llvm/lib/CodeGen/LiveIntervals.cpp:1.25 llvm/lib/CodeGen/LiveIntervals.cpp:1.26
--- llvm/lib/CodeGen/LiveIntervals.cpp:1.25	Tue Jan 13 18:20:09 2004
+++ llvm/lib/CodeGen/LiveIntervals.cpp	Wed Jan 14 04:44:29 2004
@@ -119,6 +119,8 @@
         }
     }
 
+    numIntervals += intervals_.size();
+
     return true;
 }
 





More information about the llvm-commits mailing list