tree-ssa-dce.c (worklist): Change to VEC(tree,heap).
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 23 Apr 2005 15:14:32 +0000 (15:14 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 23 Apr 2005 15:14:32 +0000 (15:14 +0000)
commit906532aaa9d3e8502c06e227e921626918acfc73
treef425e24dacbc892f7623625e823ad8714d333313
parent7df5a591b2c2d8a905af2c25a1ddbd8eaffa00ab
tree-ssa-dce.c (worklist): Change to VEC(tree,heap).

* tree-ssa-dce.c (worklist): Change to VEC(tree,heap).
(mark_stmt_necessary, propagate_necessity,
mark_really_necessary_kill_operand_phis): Update uses of
worklist.
(tree_dce_init): Allocate worklist using VEC_alloc.
(tree_dce_done): Free worklist using VEC_free.

From-SVN: r98618
gcc/ChangeLog
gcc/tree-ssa-dce.c