[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveIntervals.h
Alkis Evlogimenos
alkis at cs.uiuc.edu
Thu Dec 18 02:57:08 PST 2003
Changes in directory llvm/include/llvm/CodeGen:
LiveIntervals.h updated: 1.4 -> 1.5
---
Log message:
Rename LiveIntervals::expired() to LiveIntervals::expiredAt().
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/CodeGen/LiveIntervals.h
diff -u llvm/include/llvm/CodeGen/LiveIntervals.h:1.4 llvm/include/llvm/CodeGen/LiveIntervals.h:1.5
--- llvm/include/llvm/CodeGen/LiveIntervals.h:1.4 Thu Dec 18 02:48:48 2003
+++ llvm/include/llvm/CodeGen/LiveIntervals.h Thu Dec 18 02:56:11 2003
@@ -55,7 +55,7 @@
return ranges.back().second;
}
- bool expired(unsigned index) const {
+ bool expiredAt(unsigned index) const {
return end() <= index;
}
More information about the llvm-commits
mailing list