tree-outof-ssa.c (_elim_graph): Change the type of nodes and const_copies to VEC...
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 10 May 2005 01:39:22 +0000 (01:39 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 10 May 2005 01:39:22 +0000 (01:39 +0000)
commitbf645d6f4543e5fa698942ac7d7f2b5aecc40aa4
tree29682bf6b02ca3e68944918a9b71dfc385337925
parent3f69daa89ac6ae8d9e991ca48fa7a35d4b341b8d
tree-outof-ssa.c (_elim_graph): Change the type of nodes and const_copies to VEC(tree,heap)*.

* 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.

From-SVN: r99497
gcc/ChangeLog
gcc/tree-outof-ssa.c