]> gcc.gnu.org Git - gcc.git/commit
function.c (prologue, [...]): Change their types to VEC(int,heap)*.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 4 Jun 2005 14:02:35 +0000 (14:02 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 4 Jun 2005 14:02:35 +0000 (14:02 +0000)
commitf995dcfefe4df994df329c2495e415016d0384f0
tree51a0199072df111b73ed7078485a4b6bec220510
parent4226398ba733768dcf297f03c9bb7631fc6367cd
function.c (prologue, [...]): Change their types to VEC(int,heap)*.

* function.c (prologue, epilogue, sibcall_epilogue): Change
their types to VEC(int,heap)*.
(free_after_compilation): Free the three vectors above.
(init_function_for_compilation, record_insns, contains,
prologue_epilogue_contains, sibcall_epilogue_contains,
reposition_prologue_and_epilogue_notes): Use VEC instead of
VARRAY.  (init_function_once): Remove.
* function.h: Remove the prototype for init_function_once.
* toplev.c (backend_init): Don't call init_function_once.

From-SVN: r100588
gcc/ChangeLog
gcc/function.c
gcc/function.h
gcc/toplev.c
This page took 0.058962 seconds and 5 git commands to generate.