basic-block.h (edge_iterator): Keep the address of VEC(edge) *.
authorBen Elliston <bje@au.ibm.com>
Wed, 13 Oct 2004 04:33:28 +0000 (04:33 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 13 Oct 2004 04:33:28 +0000 (14:33 +1000)
commitf76ccf602e952b33cbfb9684e307af4e09b9a82c
tree6a081f1f6693d5039bffedca48954bf4f88f18fc
parent86df10e35e37a9bc0a50e43503e9347719cc50e7
basic-block.h (edge_iterator): Keep the address of VEC(edge) *.

* basic-block.h (edge_iterator): Keep the address of VEC(edge) *.
(ei_container): New; renamed.
(ei_start, ei_last): New macros.
(ei_start_1, ei_last_1): Renamed from ei_start.
(ei_last_1, ei_end_p): Use ei_container() where applicable.
(ei_one_before_end_p, ei_next, ei_edge): Likewise.
* gcse.c (remove_reachable_equiv_notes): Use ei_container().

From-SVN: r88966
gcc/ChangeLog
gcc/basic-block.h
gcc/gcse.c