Commit 77bfa778 by David S. Miller Committed by David S. Miller

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

From-SVN: r107701
parent be7724ed
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment