local-alloc.c (rest_of_handle_local_alloc): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 14 Apr 2006 14:31:32 +0000 (14:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 14 Apr 2006 14:31:32 +0000 (14:31 +0000)
commit43b373a2a5115268b5320b24f770a02b60353557
tree9b7e85735089c4ca6a211da08638cf2f0a7f0793
parent68ba34f361d5287404bde9283b9df315f4a2c147
local-alloc.c (rest_of_handle_local_alloc): Use VEC instead of VARRAY.

* local-alloc.c (rest_of_handle_local_alloc): Use VEC instead
of VARRAY.
* reload1.c (reg_equiv_memory_loc_varray): Rename to
reg_equiv_memory_loc_vec.  Change the type to VEC(rtx,gc) *.
(init_reload, reload): Use VEC instead of VARRAY.
* reload.h: Update the prototype for
reg_equiv_memory_loc_varray.

From-SVN: r112955
gcc/ChangeLog
gcc/local-alloc.c
gcc/reload.h
gcc/reload1.c