It has finally happened. Spiller is now using live interval info.
[oota-llvm.git] / include / llvm / CodeGen / LiveIntervalAnalysis.h
index 33837a2ca23192e870c6db41b6cc5c4142deed87..b54cf6468d2a7b5973a572771cc275c8d5dcb7bf 100644 (file)
@@ -300,9 +300,9 @@ namespace llvm {
       r2iMap_.erase(I);
     }
 
-    /// isRemoved - returns true if the specified machine instr has been
-    /// removed.
-    bool isRemoved(MachineInstr* instr) const {
+    /// isNotInMIMap - returns true if the specified machine instr has been
+    /// removed or was never entered in the map.
+    bool isNotInMIMap(MachineInstr* instr) const {
       return !mi2iMap_.count(instr);
     }