]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 30 Nov 2005 07:06:54 +0000 (07:06 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Wed, 30 Nov 2005 07:06:54 +0000 (23:06 -0800)
From-SVN: r107701

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

index 9c49626ab16d79b454e644b2adddcbbccf2b1ebb..5b4bb29bcac953c63cbc43b36f46770c636e64c3 100644 (file)
@@ -11,6 +11,8 @@
        * config/sparc/sparc.md: Likewise.
        * config/sparc/sparc-protos.h: Update extern declaration.
 
+       * tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.
+
 2005-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * fold-const.c (negate_expr) <case BIT_NOT_EXPR>: Add break after
index 812e9a96c8a42dbdca927243286ea3e82c857e6a..515abb810f5cb3b12a51a769d703230752060180 100644 (file)
@@ -1726,7 +1726,7 @@ mark_def_site_blocks (sbitmap interesting_blocks)
 
    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