[patch] tree-into-ssa.c: Fix a comment typo.

Kazu Hirata kazu@cs.umass.edu
Sun Apr 17 19:05:00 GMT 2005


Hi,

Committed as obvious.

Kazu Hirata

2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>

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

Index: tree-into-ssa.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-into-ssa.c,v
retrieving revision 2.48
diff -u -d -p -r2.48 tree-into-ssa.c
--- tree-into-ssa.c	9 Apr 2005 01:37:23 -0000	2.48
+++ tree-into-ssa.c	17 Apr 2005 19:02:46 -0000
@@ -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



More information about the Gcc-patches mailing list