[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervals.cpp
Alkis Evlogimenos
alkis at niobe.cs.uiuc.edu
Fri Feb 20 14:51:29 PST 2004
Changes in directory llvm/lib/CodeGen:
LiveIntervals.cpp updated: 1.56 -> 1.57
---
Log message:
Disambiguate statistic descriptions.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/LiveIntervals.cpp
diff -u llvm/lib/CodeGen/LiveIntervals.cpp:1.56 llvm/lib/CodeGen/LiveIntervals.cpp:1.57
--- llvm/lib/CodeGen/LiveIntervals.cpp:1.56 Fri Feb 20 14:43:08 2004
+++ llvm/lib/CodeGen/LiveIntervals.cpp Fri Feb 20 14:46:49 2004
@@ -41,7 +41,7 @@
RegisterAnalysis<LiveIntervals> X("liveintervals",
"Live Interval Analysis");
- Statistic<> numIntervals("liveintervals", "Number of intervals");
+ Statistic<> numIntervals("liveintervals", "Number of original intervals");
Statistic<> numJoined ("liveintervals", "Number of intervals after "
"coalescing");
Statistic<> numJoins ("liveintervals", "Number of interval joins "
More information about the llvm-commits
mailing list