OSDN Git Service

* Makefile.in (GTFILES): Move functions.h after tree.h.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Apr 2006 17:20:22 +0000 (17:20 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Apr 2006 17:20:22 +0000 (17:20 +0000)
commitc8327067332a08322efd5a5f6e552da472f2b099
tree66d8f4e05e0515b85712607dfa5be28d35e0661b
parent8c02312e4b30cbd0ff1a8d32bf567a0016e9283e
* Makefile.in (GTFILES): Move functions.h after tree.h.
* function.c (reset_block_changes, record_block_change,
check_block_change, free_block_changes): Use VEC instead of
VARRAY.
* function.h (function): Change the type of
ib_boundaries_block to VEC(tree,gc) *.
* tree-inline.c (copy_cfg_body): Initialize
ib_boundaries_block to NULL instead of (varray_type) 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112894 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/function.c
gcc/function.h
gcc/tree-inline.c