From f77046bbf90d5635de3c42233c79b07df680eb4c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 27 Apr 2000 00:14:46 -0700 Subject: [PATCH] Fix commentary. From-SVN: r33472 --- gcc/ssa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/ssa.c b/gcc/ssa.c index 2db2d93030b..979f111868c 100644 --- a/gcc/ssa.c +++ b/gcc/ssa.c @@ -855,6 +855,7 @@ convert_to_ssa() if (in_ssa_form) abort (); + /* Need global_live_at_{start,end} up to date. */ life_analysis (get_insns (), NULL, PROP_KILL_DEAD_CODE | PROP_SCAN_DEAD_CODE); /* Compute dominators. */ @@ -1810,7 +1811,7 @@ convert_from_ssa() partition reg_partition; 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); /* Figure out which regs in copies and phi nodes don't conflict and -- 2.30.2