* tree-outof-ssa.c (_elim_graph): Change the type of nodes and
commit60f08013d5142b3826fd96608a35f5249eebd78b
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 01:39:22 +0000 (10 01:39 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 01:39:22 +0000 (10 01:39 +0000)
tree29682bf6b02ca3e68944918a9b71dfc385337925
parenta0bb9b2ca71925d6e2bc5ad06759b3c173a16036
* tree-outof-ssa.c (_elim_graph): Change the type of nodes and
const_copies to VEC(tree,heap)*.
(new_elim_graph, delete_elim_graph, elim_graph_size,
elim_graph_add_node, eliminate_build, eliminate_phi): Use VEC
instead of VARRAY.

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