OSDN Git Service

* tree-outof-ssa.c (_elim_graph): Change the type of STACK to
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Dec 2005 23:57:30 +0000 (23:57 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Dec 2005 23:57:30 +0000 (23:57 +0000)
commit11aefdc9c765c0d1b5dead7e0e6b2afd8ce4dab4
tree552dfeddfb88c26ea64400843d4c7e4598f0a949
parent25928e341ebd039dabb6959a5dc63fdadf8e4d65
* 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.

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