tree-flow.h (ssa_names): Change the type to VEC(tree,gc).
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 27 Apr 2005 15:58:47 +0000 (15:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 27 Apr 2005 15:58:47 +0000 (15:58 +0000)
commitd2fce91b57927da819a1489798510865b88fb4ce
treed71c2914f1601c75fef11dea8905ac7f1abc91bb
parent2f1105a1b317853e2614c791de2e997d26cab98d
tree-flow.h (ssa_names): Change the type to VEC(tree,gc).

* tree-flow.h (ssa_names): Change the type to VEC(tree,gc).
(num_ssa_names): Use VEC_length.
(ssa_names): Use VEC_index.
* tree-ssanames.c (ssa_names): Change the type to
VEC(tree,gc).
(init_ssanames, fini_ssa_names, make_ssanames,
release_ssa_name): Update uses of ssa_names.

From-SVN: r98843
gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-ssanames.c