From 295e70472859075e8cc0c8b00ff1f13aac57a628 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 1 Jun 2015 14:40:47 +0200 Subject: Change use to type-based pool allocator in * df-problems.c (df_chain_create):Use new type-based pool allocator. (df_chain_unlink_1) Likewise. (df_chain_unlink) Likewise. (df_chain_remove_problem) Likewise. (df_chain_alloc) Likewise. (df_chain_free) Likewise. * df.h (struct dataflow) Likewise. From-SVN: r223953 --- gcc/df.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/df.h') diff --git a/gcc/df.h b/gcc/df.h index 7e233667..8a5b21f 100644 --- a/gcc/df.h +++ b/gcc/df.h @@ -305,7 +305,7 @@ struct dataflow unsigned int block_info_size; /* The pool to allocate the block_info from. */ - alloc_pool block_pool; + pool_allocator *block_pool; /* The lr and live problems have their transfer functions recomputed only if necessary. This is possible for them because, the -- cgit v1.1