tree-cfg.c (cleanup_control_flow): If removal of a computed goto results in the remov...
authorJeff Law <law@redhat.com>
Wed, 9 Mar 2005 02:42:46 +0000 (19:42 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 9 Mar 2005 02:42:46 +0000 (19:42 -0700)
commitb0c32a738700b8d010d97cda9d6be3334b7d05a5
tree06c0224c7be0a6643a617ff27b888cd03448df33
parentb735d54b7a3eb3446a161ed162d422ee32a5b6b6
tree-cfg.c (cleanup_control_flow): If removal of a computed goto results in the removal of edges in the CFG...

        * tree-cfg.c (cleanup_control_flow): If removal of a computed
        goto results in the removal of edges in the CFG, then we need
        to recompute dominators.

From-SVN: r96160
gcc/ChangeLog
gcc/tree-cfg.c