dwarf2out.c (used_rtx_varray): Rename to used_rtx_array.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 16 May 2005 15:11:33 +0000 (15:11 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 16 May 2005 15:11:33 +0000 (15:11 +0000)
commita1bbd445e2f512343859ddcd2676aefb61c6ddfe
tree694b752570473b3baad841f81f7f518d4fffa7a3
parent99e4078fec82463d0d2547504ad85b134739a521
dwarf2out.c (used_rtx_varray): Rename to used_rtx_array.

* dwarf2out.c (used_rtx_varray): Rename to used_rtx_array.
Change the type to VEC(rtx,gc)*.
(mem_loc_descriptor, add_const_value_attributes,
dwarf2out_init): Adjust uses of used_rtx_varray.

From-SVN: r99777
gcc/ChangeLog
gcc/dwarf2out.c