tree-cfg.c (cleanup_tree_cfg): Don't call delete_unreachable_blosk() after thread_jum...
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 5 Oct 2004 18:53:08 +0000 (18:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 5 Oct 2004 18:53:08 +0000 (18:53 +0000)
commit09fa81dbb7a6c892b01bac7e8193316fd1428d36
tree7fae4898199d1fdc2587f07810eabd58a25e5843
parent1111ad788aeaa829e581c310efbd36f6d66bdbb0
tree-cfg.c (cleanup_tree_cfg): Don't call delete_unreachable_blosk() after thread_jumps().

* tree-cfg.c (cleanup_tree_cfg): Don't call
delete_unreachable_blosk() after thread_jumps().
(thread_jumps): Always remove basic blocks as they become
unreachable.

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