Use live out sets for return values instead of imp_defs, which is cleaner and faster.
[oota-llvm.git] / lib / CodeGen / LiveInterval.h
index 55de7e38d84179958b9f56f46d0f7e93a9c07da9..d67e018b473adfdbef9793b84d6943baf566fc7d 100644 (file)
@@ -89,7 +89,7 @@ namespace llvm {
     /// 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();