Also recompute HasPHIKill flags in LiveInterval::RenumberValues.
[oota-llvm.git] / include / llvm / CodeGen / LiveInterval.h
index ff1dbc2775284cc45f4f97ba617b6f89f4e2a744..29e689a52145411698b8509f954a9f5e84e71a89 100644 (file)
@@ -338,7 +338,8 @@ namespace llvm {
 
     /// RenumberValues - Renumber all values in order of appearance and remove
     /// unused values.
-    void RenumberValues();
+    /// Recalculate phi-kill flags in case any phi-def values were removed.
+    void RenumberValues(LiveIntervals &lis);
 
     /// isOnlyLROfValNo - Return true if the specified live range is the only
     /// one defined by the its val#.