basic-block.h (struct loop): Rename `exits' field to `exit_edges'.
authorMichael Hayes <mhayes@cygnus.com>
Fri, 25 Aug 2000 10:20:22 +0000 (10:20 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Fri, 25 Aug 2000 10:20:22 +0000 (10:20 +0000)
commit135ebc3673ad7f952d7a2911b4ee9945855fa3ad
treed8d8b5f87b80fef7bee9e816ccd7cb43ed871680
parent6057c0e602b35cea8318d511ef6e9fb2b6c0f98c
basic-block.h (struct loop): Rename `exits' field to `exit_edges'.

* basic-block.h (struct loop): Rename `exits' field to
`exit_edges'.  Add `entry_edges' and `num_entries' fields.

* flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
(flow_loop_entry_edges_find): Add.
(flow_edge_list_print): Rename from flow_exits_print.
(flow_loops_find): Call flow_loop_entry_edges_find.
(flow_loop_dump): Dump entry_edges list.
(flow_loops_free): Free entry_edges.

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