This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Fix obvious comment typo


The comment above rewrite_into_ssa() mentions a step 5
which does not exist :-)  Of course, it meant step 4.

Committed as obvious.

2005-11-29  David S. Miller  <davem@sunset.davemloft.net>

	* tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.

Index: tree-into-ssa.c
===================================================================
--- tree-into-ssa.c	(revision 107700)
+++ tree-into-ssa.c	(working copy)
@@ -1726,7 +1726,7 @@
 
    4- Rename all the blocks (rewrite_blocks) and statements in the program.
 
-   Steps 3 and 5 are done using the dominator tree walker
+   Steps 3 and 4 are done using the dominator tree walker
    (walk_dominator_tree).  */
 
 static void


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]