domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 27 May 2005 22:43:05 +0000 (22:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 27 May 2005 22:43:05 +0000 (22:43 +0000)
commitea497bb84cf1e43948fd78d1d4a985182a91c0cd
treeab37166fa7754a17e6a22604189228ad8879627f
parent4aab792de6d092becf03e1d23f74a1ec2047fc27
domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY.

* domwalk.c (walk_dominator_tree, init_walk_dominator_tree,
fini_walk_dominator_tree): Use VEC instead of VARRAY.
* domwalk.h (dom_walk_data): Change the type of
block_data_stack and free_block_data to VEC(void_p,heap)*.
* tree-ssa-dse.c (dse_initialize_block_local_data,
dse_optimize_stmt, dse_record_phis, dse_finalize_block): Use
VEC instead of VARRAY.

From-SVN: r100281
gcc/ChangeLog
gcc/domwalk.c
gcc/domwalk.h
gcc/tree-ssa-dse.c