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

From-SVN: r107701
This commit is contained in:
David S. Miller 2005-11-30 07:06:54 +00:00 committed by David S. Miller
parent be7724ed74
commit 77bfa77887
2 changed files with 3 additions and 1 deletions

View 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

View 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