Commit f77046bb by Richard Henderson

Fix commentary.

From-SVN: r33472
parent 4bae0b47
...@@ -855,6 +855,7 @@ convert_to_ssa() ...@@ -855,6 +855,7 @@ convert_to_ssa()
if (in_ssa_form) if (in_ssa_form)
abort (); abort ();
/* Need global_live_at_{start,end} up to date. */
life_analysis (get_insns (), NULL, PROP_KILL_DEAD_CODE | PROP_SCAN_DEAD_CODE); life_analysis (get_insns (), NULL, PROP_KILL_DEAD_CODE | PROP_SCAN_DEAD_CODE);
/* Compute dominators. */ /* Compute dominators. */
...@@ -1810,7 +1811,7 @@ convert_from_ssa() ...@@ -1810,7 +1811,7 @@ convert_from_ssa()
partition reg_partition; partition reg_partition;
rtx insns = get_insns (); rtx insns = get_insns ();
/* We need up-to-date life information. */ /* Need global_live_at_{start,end} up to date. */
life_analysis (insns, NULL, PROP_KILL_DEAD_CODE | PROP_SCAN_DEAD_CODE); life_analysis (insns, NULL, PROP_KILL_DEAD_CODE | PROP_SCAN_DEAD_CODE);
/* Figure out which regs in copies and phi nodes don't conflict and /* Figure out which regs in copies and phi nodes don't conflict and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment