]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 14 May 2005 13:05:37 +0000 (13:05 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 14 May 2005 13:05:37 +0000 (13:05 +0000)
commit7af893cb9f5d6cd81a29535b029ac25879768f17
tree5a4b25091b14d0f08d5820d647e43a951ffd12e2
parent03b0db0a4e53f8ebbfa884f7791f7afb95e879f3
tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY.

* tree-ssa-live.c (tpa_init, tpa_delete, tpa_compact,
root_var_init, type_var_init): Use VEC instead of VARRAY.
* tree-ssa-live.h (tree_partition_associator_d): Change the
type of trees to VEC(tree,heap)*.
(tpa_tree): Use VEC instead of VARRAY.

From-SVN: r99695
gcc/ChangeLog
gcc/tree-ssa-live.c
gcc/tree-ssa-live.h