Change use to type-based pool allocator in regcprop.c.
authorMartin Liska <mliska@suse.cz>
Mon, 1 Jun 2015 12:44:44 +0000 (14:44 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 1 Jun 2015 12:44:44 +0000 (12:44 +0000)
commit5c7337c58f152e35a823cc51228efa4b06c06618
treed418960e719b96b4a14ac035e078a0dfad0fda87
parent3599f64ae2483163e83f8626c1d157030227f229
Change use to type-based pool allocator in regcprop.c.

* regcprop.c (free_debug_insn_changes): Use new type-based pool allocator.
(replace_oldest_value_reg): Likewise.
(pass_cprop_hardreg::execute): Likewise.

From-SVN: r223961
gcc/ChangeLog
gcc/regcprop.c