r112955 - in /trunk/gcc: ChangeLog local-alloc....
kazu@gcc.gnu.org
kazu@gcc.gnu.org
Fri Apr 14 14:31:00 GMT 2006
Author: kazu
Date: Fri Apr 14 14:31:32 2006
New Revision: 112955
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112955
Log:
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/local-alloc.c
trunk/gcc/reload.h
trunk/gcc/reload1.c
More information about the Gcc-cvs
mailing list