]> git.ipfire.org Git - thirdparty/gcc.git/commit
Change use to type-based pool allocator in tree-sra.c.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 12:42:16 +0000 (12:42 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 12:42:16 +0000 (12:42 +0000)
commit317998bad0c9d498636e8db66a6cb5b59da645b2
treee793c99423eb7ec6a286fc0df6b856bfd450247f
parent55c5ac9f0a4efc7323f41327e085d58c02daeabb
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223956 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-sra.c