aboutsummaryrefslogtreecommitdiff
path: root/gcc/dominance.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2015-06-01 14:33:23 +0200
committerMartin Liska <marxin@gcc.gnu.org>2015-06-01 12:33:23 +0000
commit64afff5b0205e524fa696a6a74d5759f0803f8c9 (patch)
tree9c91e4bc61bf147a2acbfd03313bc35e37f68adb /gcc/dominance.c
parent7d50111bc5df13eab9a7bfe2474d259624abe5d3 (diff)
downloadgcc-64afff5b0205e524fa696a6a74d5759f0803f8c9.zip
gcc-64afff5b0205e524fa696a6a74d5759f0803f8c9.tar.gz
gcc-64afff5b0205e524fa696a6a74d5759f0803f8c9.tar.bz2
Change use to type-based pool allocator in et-forest.c.
* et-forest.c (et_new_occ): Use new type-based pool allocator. (et_new_tree): Likewise. (et_free_tree): Likewise. (et_free_tree_force): Likewise. (et_free_pools): Likewise. (et_split): Likewise. From-SVN: r223943
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r--gcc/dominance.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c
index 09c8c90..f3c99ba 100644
--- a/gcc/dominance.c
+++ b/gcc/dominance.c
@@ -51,6 +51,7 @@
#include "cfganal.h"
#include "basic-block.h"
#include "diagnostic-core.h"
+#include "alloc-pool.h"
#include "et-forest.h"
#include "timevar.h"
#include "hash-map.h"