* tree-into-ssa.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 17 Apr 2005 19:05:14 +0000 (19:05 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 17 Apr 2005 19:05:14 +0000 (19:05 +0000)
From-SVN: r98285

gcc/ChangeLog
gcc/tree-into-ssa.c

index ed75fa97112fe582c0b01b5a845ccfc77edc3866..97a1c53eeb5390c6e7daf89c533e2bcdfa8d90a6 100644 (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
index f15b5ef48adb0a3567ea2154d540149d25844a37..a836aa2cab81fcd097da4e584f8ebcfdb37fdf8a 100644 (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