flow.c (find_unreachable_blocks): New function.
authorJeffrey A Law <law@cygnus.com>
Mon, 18 Jun 2001 19:46:37 +0000 (19:46 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 18 Jun 2001 19:46:37 +0000 (13:46 -0600)
commit1e29ee12f059af6e1451bcd73d72c6f80f8b94c3
tree64e47a115963e9436d678452ca7775bb2d4864a6
parentfbf8334971f8d6528f4847acb8453df0c838ec7c
flow.c (find_unreachable_blocks): New function.

* flow.c (find_unreachable_blocks): New function.
(delete_unreachable_blocks): Use find_unreachable_blocks.
* basic-block.h (find_unreachable_blocks): Declare.

From-SVN: r43448
gcc/ChangeLog
gcc/basic-block.h
gcc/flow.c