* domwalk.c (walk_dominator_tree, init_walk_dominator_tree,
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 22:43:05 +0000 (22:43 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 22:43:05 +0000 (22:43 +0000)
commit0c304c96a918159ce8b5f2f07c98a8815d9e4643
treeab37166fa7754a17e6a22604189228ad8879627f
parent7ea47fbd9597abc284940e3d90ee2949a1058ed1
* 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.

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