]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-outof-ssa.c (_elim_graph): Change the type of STACK to VEC(int,heap).
authorKazu Hirata <kazu@codesourcery.com>
Fri, 30 Dec 2005 23:57:30 +0000 (23:57 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 30 Dec 2005 23:57:30 +0000 (23:57 +0000)
commit1f452424313d538719899bead8608ba567e05041
tree552dfeddfb88c26ea64400843d4c7e4598f0a949
parentc90186eb1a6524b144a0268f75e5bb197d18c4be
tree-outof-ssa.c (_elim_graph): Change the type of STACK to VEC(int,heap).

* tree-outof-ssa.c (_elim_graph): Change the type of STACK to
VEC(int,heap).
(new_elim_graph, delete_elim_graph, elim_forward,
eliminate_phi): Use the VEC API on STACK.

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