This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH]: Fix obvious comment typo
- From: "David S. Miller" <davem at davemloft dot net>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 29 Nov 2005 23:12:34 -0800 (PST)
- Subject: [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