integrate.c (expand_inline_function): Use xmalloc instead of alloca for the LABEL_MAP.
authorBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 28 Jul 1997 23:08:39 +0000 (19:08 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 28 Jul 1997 23:08:39 +0000 (19:08 -0400)
commit60bf20045f4a747573b2759e8228173edb0e6f12
treefbd750fc0ec8485e8d92ea25b410438bb9050324
parent3bb1329eda5f5c4997aad7b8b4014890e9c6b433
integrate.c (expand_inline_function): Use xmalloc instead of alloca for the LABEL_MAP.

* integrate.c (expand_inline_function): Use xmalloc instead of
alloca for the LABEL_MAP.
(save_for_inline_copying): Likewise.

From-SVN: r14546
gcc/integrate.c