* tree-flow.h (ssa_names): Change the type to VEC(tree,gc).
commit8b292c7fd44e6f7173c655b1c02878367b128081
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Apr 2005 15:58:47 +0000 (27 15:58 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Apr 2005 15:58:47 +0000 (27 15:58 +0000)
treed71c2914f1601c75fef11dea8905ac7f1abc91bb
parent6e6d9afaa2c2524b080b29b48926bfb854b297ea
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98843 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-ssanames.c