diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2005-11-30 07:06:54 +0000 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 2005-11-29 23:06:54 -0800 |
commit | 77bfa77887bcf457c44b7a67b666428e0ec64fc7 (patch) | |
tree | 4bd7c9e5350805694ae287e6ae6e83c55fc6045f | |
parent | be7724ed748407d7edb5b2b3958c37a9745ec40a (diff) | |
download | gcc-77bfa77887bcf457c44b7a67b666428e0ec64fc7.zip gcc-77bfa77887bcf457c44b7a67b666428e0ec64fc7.tar.gz gcc-77bfa77887bcf457c44b7a67b666428e0ec64fc7.tar.bz2 |
* tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.
From-SVN: r107701
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/tree-into-ssa.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c49626..5b4bb29 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index 812e9a9..515abb8 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -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 |