alias.c (alias_sets): Change the type to VEC(alias_set_entry,gc) *.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 17 Apr 2006 12:42:37 +0000 (12:42 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 17 Apr 2006 12:42:37 +0000 (12:42 +0000)
commit1a5640b4e146e0a991b2172ccac9f0ae99e84ab5
tree7fcb3d3a8e89b861815b7ebb499e0edf9c557b0e
parent08c796829cf14288f1916299cbd74d0381f3e890
alias.c (alias_sets): Change the type to VEC(alias_set_entry,gc) *.

* alias.c (alias_sets): Change the type to
VEC(alias_set_entry,gc) *.
(get_alias_set_entry, new_alias_set, record_alias_subset): Use
VEC instead of VARRAY.
(last_alias_set): Remove.

From-SVN: r113005
gcc/ChangeLog
gcc/alias.c