tree-inline.c (cfun_stack): Change the type to VEC(function_p,heap).
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 28 May 2005 15:43:14 +0000 (15:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 28 May 2005 15:43:14 +0000 (15:43 +0000)
commit426357eaccd7e80b91170d8f92f71697e633707c
treeebb35ff2e8b0d859e9e1bb7482d5f6d6116263b0
parent8184759dbcf120129a08d3c2c96d1a9e82256877
tree-inline.c (cfun_stack): Change the type to VEC(function_p,heap).

* tree-inline.c (cfun_stack): Change the type to
VEC(function_p,heap).
(push_cfun, pop_cfun): Use VEC instead of VARRAY.

From-SVN: r100294
gcc/ChangeLog
gcc/tree-inline.c