cfglayout.c (block_locators_locs, [...]): Change the type to VEC(int,heap)*.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 24 Jun 2005 21:55:32 +0000 (21:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 24 Jun 2005 21:55:32 +0000 (21:55 +0000)
commit011646f5ef1722cfe07463256378bf7ffd0b1710
tree5869b613f60c2dd995d74dea198f721ca11bffe8
parent0620800904747ddbcece61fea155906d3c681e2c
cfglayout.c (block_locators_locs, [...]): Change the type to VEC(int,heap)*.

* cfglayout.c (block_locators_locs, line_locators_locs,
line_locators_lines, file_locators_locs): Change the type to
VEC(int,heap)*.
(insn_locators_initialize, change_scope, insn_scope,
locator_line, insn_line, locator_file): Use VEC instead of
VARRAY.

From-SVN: r101297
gcc/ChangeLog
gcc/cfglayout.c