Change use to type-based pool allocator in stmt.c.
authorMartin Liska <mliska@suse.cz>
Mon, 1 Jun 2015 12:43:16 +0000 (14:43 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 1 Jun 2015 12:43:16 +0000 (12:43 +0000)
commit5f8446975976236285093df11f5c6318b3cea58c
treec6bf566c20e860c8ca8fe05a536cbf1c008ff753
parent2cc777fbf4b866db1477f25e06358b1de7fb3500
Change use to type-based pool allocator in stmt.c.

* stmt.c (add_case_node): Use new type-based pool allocator.
(expand_case): Likewise.
(expand_sjlj_dispatch_table): Likewise.

From-SVN: r223958
gcc/ChangeLog
gcc/stmt.c