OSDN Git Service

* tree-outof-ssa.c (_elim_graph): Change the type of edge_list
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 May 2005 02:12:42 +0000 (02:12 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 May 2005 02:12:42 +0000 (02:12 +0000)
commit9e9dbefbb483a6d0c075cb78884ce74d0c9d090c
tree4bcebefe7b1d86111d0e5d683b22c98c7db13365
parent97ae73b650bf0f1aaa3bbe7f6e99c2c136b94068
* tree-outof-ssa.c (_elim_graph): Change the type of edge_list
to VEC(int,heap)*.
(new_elim_graph, clear_elim_graph, delete_elim_graph,
elim_graph_add_edge, elim_graph_remove_succ_edge,
FOR_EACH_ELIM_GRAPH_SUCC, FOR_EACH_ELIM_GRAPH_PRED): Use VEC
instead of VARRAY.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100349 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-outof-ssa.c