alias.c (reg_base_value, [...]): Change the type to VEC(rtx,gc) *.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 17 Apr 2006 12:40:57 +0000 (12:40 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 17 Apr 2006 12:40:57 +0000 (12:40 +0000)
commit08c796829cf14288f1916299cbd74d0381f3e890
treec1fdffc97d2bf2bbb25c80ba7f2d0fb5c2ed058b
parent726ac11ebd7552453d39f084cf9d05d2bbc91b58
alias.c (reg_base_value, [...]): Change the type to VEC(rtx,gc) *.

* alias.c (reg_base_value, old_reg_base_value): Change the
type to VEC(rtx,gc) *.
(REG_BASE_VALUE, find_base_value, record_set,
init_alias_analysis): Use VEC instead of VARRAY.

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