]> gcc.gnu.org Git - gcc.git/commit
basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 14 Apr 2006 02:28:46 +0000 (02:28 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 14 Apr 2006 02:28:46 +0000 (02:28 +0000)
commit1935e8a86d3141a0d28263330fd428be06c5ecfa
tree17efbc0a6f42d3bc2e77211baecf71bc557f15d4
parent062e124a4c940665698d4d596d1327c741854f83
basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.

* basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.
* flow.c (reg_n_info): Change the type to
VEC(reg_info_p,heap) *.
* regclass.c (allocate_reg_info, free_reg_info): Use VEC
instead of VARRAY.
* regs.h (reg_info_p): New.
(REG_N_REFS, REG_FREQ, REG_N_SETS, REG_N_DEATHS,
REG_N_CALLS_CROSSED, REG_N_THROWING_CALLS_CROSSED,
REG_LIVE_LENGTH, REGNO_FIRST_UID, REGNO_LAST_UID): Use VEC
instead of VARRAY.

From-SVN: r112942
gcc/ChangeLog
gcc/basic-block.h
gcc/flow.c
gcc/regclass.c
gcc/regs.h
This page took 0.056547 seconds and 5 git commands to generate.