]> git.ipfire.org Git - thirdparty/gcc.git/commit
Change use to type-based pool allocator in
authorMartin Liska <mliska@suse.cz>
Mon, 1 Jun 2015 12:45:55 +0000 (14:45 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 1 Jun 2015 12:45:55 +0000 (12:45 +0000)
commit971540bd153e6dede58c6c9e26465338807623a5
tree3496ac8a8c4d7c2d2cfffcb4f3e3d8a5a1edb950
parent973004cbce925b39f2f6953e36afd2202b9868dc
Change use to type-based pool allocator in

* tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based pool allocator.
(bitmap_set_new): Likewise.
(get_or_alloc_expr_for_constant): Likewise.
(get_or_alloc_expr_for): Likewise.
(phi_translate_1): Likewise.
(compute_avail): Likewise.
(init_pre): Likewise.
(fini_pre): Likewise.

From-SVN: r223963
gcc/ChangeLog
gcc/tree-ssa-pre.c