Change use to type-based pool allocator in tree-sra.c.
authorMartin Liska <mliska@suse.cz>
Mon, 1 Jun 2015 12:42:16 +0000 (14:42 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 1 Jun 2015 12:42:16 +0000 (12:42 +0000)
commitbc2c893bb4a4a7fc3506f83ca6c01837148aeadb
treee793c99423eb7ec6a286fc0df6b856bfd450247f
parentda6603c626fdc18f3206ad6f9df72b987575639a
Change use to type-based pool allocator in tree-sra.c.

* tree-sra.c (sra_initialize): Use new type-based pool allocator.
(sra_deinitialize) Likewise.
(create_access_1) Likewise.
(build_accesses_from_assign) Likewise.
(create_artificial_child_access) Likewise.

From-SVN: r223956
gcc/ChangeLog
gcc/tree-sra.c