From a78a26f11e2e95d4bb43f1782f891d8210d03e0d Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 1 Jun 2015 14:39:32 +0200 Subject: 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 --- gcc/cfgcleanup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/cfgcleanup.c') diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index aff64ef..fc2ed31 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -50,6 +50,7 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "recog.h" #include "diagnostic-core.h" +#include "alloc-pool.h" #include "cselib.h" #include "params.h" #include "tm_p.h" -- cgit v1.1