Commit 32cd8777 by Kazu Hirata Committed by Kazu Hirata

* tree-ssa-dce.c: Fix a comment typo.

From-SVN: r98866
parent 73ecddd3
2005-04-27 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-dce.c: Fix a comment typo.
2005-04-27 David S. Miller <davem@davemloft.net> 2005-04-27 David S. Miller <davem@davemloft.net>
* explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA): * explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA):
......
...@@ -716,7 +716,7 @@ remove_dead_stmt (block_stmt_iterator *i, basic_block bb) ...@@ -716,7 +716,7 @@ remove_dead_stmt (block_stmt_iterator *i, basic_block bb)
nothing to the program, then we not only remove it, but we also change nothing to the program, then we not only remove it, but we also change
the flow graph so that the current block will simply fall-thru to its the flow graph so that the current block will simply fall-thru to its
immediate post-dominator. The blocks we are circumventing will be immediate post-dominator. The blocks we are circumventing will be
removed by cleaup_cfg if this change in the flow graph makes them removed by cleaup_tree_cfg if this change in the flow graph makes them
unreachable. */ unreachable. */
if (is_ctrl_stmt (t)) if (is_ctrl_stmt (t))
{ {
......
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