Fix for g++ failure reported by Brendan.
authorJim Wilson <wilson@cygnus.com>
Mon, 21 Sep 1998 13:59:47 +0000 (13:59 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 21 Sep 1998 13:59:47 +0000 (06:59 -0700)
commitd06c63899f3052740b85775a104db5ff7921c845
tree7bb5a61c6af1d00d8fb6a1b83b8b7d2dbe717b06
parent0cfdd854df16a8bb6f36d9b5ed998a802038a223
Fix for g++ failure reported by Brendan.

* flow.c (find_basic_blocks): Delete check for in_libcall_block when
prev_code is a CALL_INSN.  Change check for REG_RETVAL note to
use in_libcall_block.
(find_basic_blocks_1): Delete check for in_libcall_block when prev_code
is a CALL_INSN.  If CALL_INSN and in_libcall_block, then change code
to INSN.

From-SVN: r22529
gcc/ChangeLog
gcc/flow.c