[llvm-commits] CVS: llvm/lib/CodeGen/LiveInterval.h

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 17 20:31:24 PST 2004



Changes in directory llvm/lib/CodeGen:

LiveInterval.h updated: 1.12 -> 1.13
---
Log message:

Fix typeo


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

Index: llvm/lib/CodeGen/LiveInterval.h
diff -u llvm/lib/CodeGen/LiveInterval.h:1.12 llvm/lib/CodeGen/LiveInterval.h:1.13
--- llvm/lib/CodeGen/LiveInterval.h:1.12	Wed Nov 17 21:47:34 2004
+++ llvm/lib/CodeGen/LiveInterval.h	Wed Nov 17 22:31:10 2004
@@ -89,7 +89,7 @@
     /// containing the specified position, or end() if the position is past the
     /// end of the interval.  If no LiveRange contains this position, but the
     /// position is in a hole, this method returns an iterator pointing the the
-    /// LiveRange immediately after the hold.
+    /// LiveRange immediately after the hole.
     iterator advanceTo(iterator I, unsigned Pos) {
       if (Pos >= endNumber())
         return end();






More information about the llvm-commits mailing list