function.c (identify_blocks): Start with a chain of BLOCKs to match the rest of the...
authorMike Stump <mrs@gcc.gnu.org>
Thu, 14 Dec 1995 00:00:20 +0000 (00:00 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 14 Dec 1995 00:00:20 +0000 (00:00 +0000)
commitb2a59b15891d92c62c133cb11c3cf92b4957ff44
treeb45b96066205616fd1bd9a97ac535029be41f8ce
parent869b061cfae61d30a1d5fcedc1e70ddb522e0f7b
function.c (identify_blocks): Start with a chain of BLOCKs to match the rest of the backend (dbxout.c)...

* function.c (identify_blocks): Start with a chain of BLOCKs to
match the rest of the backend (dbxout.c), instead of just one
BLOCK.
(reorder_blocks): Ditto.
(all_blocks): Ditto.

* stmt.c (find_loop_tree_blocks): Pass the toplevel list of
blocks, not just the first subblock.
Fixes unroll1.C.

From-SVN: r10712
gcc/function.c
gcc/stmt.c