function.c (temp_slots_at_level, [...]): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 18 Apr 2006 12:32:11 +0000 (12:32 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 18 Apr 2006 12:32:11 +0000 (12:32 +0000)
commit6370682af493743331f75d3d5baddff3ffbe1234
treecad6dcd18e053b0942232163fd9d1917b95533ef
parent13a41b42ed2e0f70716f810d3a4d10cadb02dcb2
function.c (temp_slots_at_level, [...]): Use VEC instead of VARRAY.

* function.c (temp_slots_at_level, max_slot_level): Use VEC
instead of VARRAY.
* function.h (temp_slot_p): New.
(function): Change the type of x_used_temp_slots to
VEC(temp_slot_p,gc) *.

From-SVN: r113029
gcc/ChangeLog
gcc/function.c
gcc/function.h