summaryrefslogtreecommitdiff
path: root/gcc/omp-expand.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2019-11-05 11:38:02 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2019-11-05 10:38:02 +0000
commita895e6d72d763d3fc090ec852d405a07a61d01f4 (patch)
tree13462c4162eec5805d855b1310222edd1d2fec61 /gcc/omp-expand.c
parentf05b372429ba6fa6e2bba0f4145a11e8e4aee5cd (diff)
hsa-brig.c: Include alloc-pool.h
* hsa-brig.c: Include alloc-pool.h * hsa-dump.c: Likewise. * hsa-gen.c: Likewise. * hse-regalloc.c: Likewise. * ipa-hsa.c: Likewise. * ipa-predicate.c: Likewise. * ipa-reference.c: Likewise. * ipa-sra.c: Likewise. * omp-expand.c: Likewise. * omp-general.c: Likewise. * omp-low.c: Likewise. * sumbol-summary.h (function_summary_base): Add allocator. (function_summary<T *>::function_summary): Update construction. (fast_function_summary<T *, V>::fast_function_summary): Likewise. (call_summary_base): Add allcator. (call_summary<T *>::call_summary): Update construction. (fast_call_summary<T *, V>::fast_call_summary): Likewise. From-SVN: r277821
Diffstat (limited to 'gcc/omp-expand.c')
-rw-r--r--gcc/omp-expand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/omp-expand.c b/gcc/omp-expand.c
index 0f703bede47..eadff6e50f8 100644
--- a/gcc/omp-expand.c
+++ b/gcc/omp-expand.c
@@ -52,6 +52,7 @@ along with GCC; see the file COPYING3. If not see
#include "omp-general.h"
#include "omp-offload.h"
#include "tree-cfgcleanup.h"
+#include "alloc-pool.h"
#include "symbol-summary.h"
#include "gomp-constants.h"
#include "gimple-pretty-print.h"