Hi,
Attached is a patch to use the updated VEC API instead of VARRAY.
Nathan, could you take a look at this patch? I used VEC_safe_push as
suggested. I am pretty sure you'll be happy with this one, but just
in case. :-)
Tested on i686-pc-linux-gnu. OK to apply?
Kazu Hirata
2005-04-28 Kazu Hirata <kazu@cs.umass.edu>
* global.c (earlyclobber_regclass): Change the type to
VEC(int,heap).
(check_earlyclobber): Update uses of earlyclobber_regclass.
(mark_reg_use_for_earlyclobber): Likewise.
(calculate_local_reg_bb_info): Allocate and free
earlyclobber_regclass using the VEC API.