OSDN Git Service

* tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 2004 23:38:12 +0000 (23:38 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 2004 23:38:12 +0000 (23:38 +0000)
commitf04581774f3c682852786d2044ad19a392dc994c
tree51f2ca2fdcb72af01011b01dd31247e044e32f9a
parentcfa1a80db18ce9025feaf483c38f3f7be264e5cc
* tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.
(insert_phi_nodes_for): Change third argument to VEC(basic_block).
* tree-ssa-dom.c (avail_exprs_stack): Change type to VEC(tree_on_heap).
Update all users.
(stmts_to_rescan): Likewise.
(const_and_copies_stack): Likewise.
(nonzero_vars_stack): Likewise.
(vrp_variables_stack): Likewise.

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