diff options
author | Martin Liska <mliska@suse.cz> | 2015-06-01 14:39:32 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2015-06-01 12:39:32 +0000 |
commit | a78a26f11e2e95d4bb43f1782f891d8210d03e0d (patch) | |
tree | 4922b6bf881981c194eb73f9f372392f87c87165 /gcc/gcse.c | |
parent | 533ab6c4c88206b3ea5fadca9894ddd3c8113ac8 (diff) | |
download | gcc-a78a26f11e2e95d4bb43f1782f891d8210d03e0d.zip gcc-a78a26f11e2e95d4bb43f1782f891d8210d03e0d.tar.gz gcc-a78a26f11e2e95d4bb43f1782f891d8210d03e0d.tar.bz2 |
Change use to type-based pool allocator in cselib.c.
* cselib.c (new_elt_list):Use new type-based pool allocator.
(new_elt_loc_list) Likewise.
(unchain_one_elt_list) Likewise.
(unchain_one_elt_loc_list) Likewise.
(unchain_one_value) Likewise.
(new_cselib_val) Likewise.
(cselib_init) Likewise.
(cselib_finish) Likewise.
From-SVN: r223952
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -180,6 +180,7 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "ggc.h" #include "params.h" +#include "alloc-pool.h" #include "cselib.h" #include "intl.h" #include "obstack.h" |