diff options
author | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-01 12:33:23 +0000 |
---|---|---|
committer | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-01 12:33:23 +0000 |
commit | 63c440ebac842bed8fcdd0b606ba93a04184ea4c (patch) | |
tree | 9c91e4bc61bf147a2acbfd03313bc35e37f68adb /gcc/dominance.c | |
parent | 419f2d6236f6a4d83ccaf82a14610bfe532065e6 (diff) | |
download | gcc-63c440ebac842bed8fcdd0b606ba93a04184ea4c.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223943 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r-- | gcc/dominance.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c index 09c8c90eebe..f3c99ba9f1c 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" |