* tree-into-ssa.c: Fix a comment typo.

From-SVN: r98285
This commit is contained in:
Kazu Hirata 2005-04-17 19:05:14 +00:00 committed by Kazu Hirata
parent 55b1f1f1a0
commit deac228468
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
* tree-vrp.c (maybe_add_assert_expr): Don't assert
ASSERT_EXPRs for single-use variable.
* tree-into-ssa.c: Fix a comment typo.
2005-04-17 Richard Sandiford <rsandifo@redhat.com>
* config/mips/iris6.h (DRIVER_SELF_SPECS): Check -march as well as

View File

@ -2740,7 +2740,7 @@ update_ssa (unsigned update_flags)
{
if (sbitmap_first_set_bit (old_ssa_names) >= 0)
{
/* insert_update_phi_nodes_for will call
/* insert_updated_phi_nodes_for will call
add_new_name_mapping when inserting new PHI nodes, so the
set OLD_SSA_NAMES will grow while we are traversing it
(but it will not gain any new members). Copy