From: davem Date: Wed, 30 Nov 2005 07:06:54 +0000 (+0000) Subject: * tree-into-ssa.c (rewrite_into_ssa): Fix comment typo. X-Git-Tag: upstream/4.9.2~57335 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21bdfe89360190e94434d535ddc5326a09493ba2;p=platform%2Fupstream%2Flinaro-gcc.git * tree-into-ssa.c (rewrite_into_ssa): Fix comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107701 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 * fold-const.c (negate_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