summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-27 18:00:55 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-27 18:00:55 +0000
commit2e413f4e4712cb3ceeb655e09822ca94c9b262c0 (patch)
treeb363999eace1f16b09b4450f4793c4c123ad4a45 /gcc/tree-ssa-dce.c
parent5ede3e39338a425aa8d38764a4047e4c11e8ce98 (diff)
downloadgcc-2e413f4e4712cb3ceeb655e09822ca94c9b262c0.tar.gz
* tree-ssa-dce.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98866 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-dce.c')
-rw-r--r--gcc/tree-ssa-dce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dce.c b/gcc/tree-ssa-dce.c
index fd58ea12447..4ce0ce33338 100644
--- a/gcc/tree-ssa-dce.c
+++ b/gcc/tree-ssa-dce.c
@@ -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
the flow graph so that the current block will simply fall-thru to its
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. */
if (is_ctrl_stmt (t))
{