* tree-ssa-dce.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 27 Apr 2005 18:00:55 +0000 (18:00 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 27 Apr 2005 18:00:55 +0000 (18:00 +0000)
From-SVN: r98866

gcc/ChangeLog
gcc/tree-ssa-dce.c

index 4c6ef879b5645adcfe450112a7e9e9ec1dffa30b..96e67f1fca78d4846b100b7aeecb3b1a8e70d9f5 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA):
 2005-04-27  David S. Miller  <davem@davemloft.net>
 
        * explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA):
index fd58ea124474ff1a305a2049c2f4153c81b82a1a..4ce0ce33338179a6bdd834bbe8fac874917caf36 100644 (file)
@@ -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
      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))
     {
      unreachable.  */
   if (is_ctrl_stmt (t))
     {