Change use to type-based pool allocator in
authorMartin Liska <mliska@suse.cz>
Mon, 1 Jun 2015 12:49:51 +0000 (14:49 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 1 Jun 2015 12:49:51 +0000 (12:49 +0000)
commit50a41d64f384053a948bccdf9897078d92547103
tree93d6e6cf6494ce64e06f208e18bbf2a50a28131c
parent601f32936b3d8f16d853ece064e7f3c9de743016
Change use to type-based pool allocator in

* ipa-inline-analysis.c (edge_set_predicate): Use new type-based pool allocator.
(set_hint_predicate): Likewise.
(inline_summary_alloc): Likewise.
(reset_inline_edge_summary): Likewise.
(reset_inline_summary): Likewise.
(set_cond_stmt_execution_predicate): Likewise.
(set_switch_stmt_execution_predicate): Likewise.
(compute_bb_predicates): Likewise.
(estimate_function_body_sizes): Likewise.
(inline_free_summary): Likewise.

From-SVN: r223970
gcc/ChangeLog
gcc/ipa-inline-analysis.c