Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 12 Apr 2006 17:19:23 +0000 (17:19 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 12 Apr 2006 17:19:23 +0000 (17:19 +0000)
commitdacb336e10d3679e72c7a6e3d6a3ff9601234e5e
tree11f379d8dd19e84315d94096c16870aa09611e0c
parentaa9d194eec39c73ac45c617a2df0efc4435db8b7
Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.

* Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.
* tree-ssa-live.c (tpa_init, tpa_remove_partition, tpa_delete,
tpa_compact, root_var_init, type_var_init): Use VEC instead of
VARRAY.
* tree-ssa-live.h: Include vecprim.h.
(tree_partition_associator_d): Change the type of
first_partition to VEC(int,heap) *.
(tpa_first_partition): Use VEC instead of VARRAY.

From-SVN: r112893
gcc/ChangeLog
gcc/Makefile.in
gcc/tree-ssa-live.c
gcc/tree-ssa-live.h