diff options
author | Jan Hubicka <jh@suse.cz> | 2019-11-05 11:38:02 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2019-11-05 10:38:02 +0000 |
commit | a895e6d72d763d3fc090ec852d405a07a61d01f4 (patch) | |
tree | 13462c4162eec5805d855b1310222edd1d2fec61 /gcc/omp-expand.c | |
parent | f05b372429ba6fa6e2bba0f4145a11e8e4aee5cd (diff) | |
download | gcc-a895e6d72d763d3fc090ec852d405a07a61d01f4.zip gcc-a895e6d72d763d3fc090ec852d405a07a61d01f4.tar.gz gcc-a895e6d72d763d3fc090ec852d405a07a61d01f4.tar.bz2 |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/omp-expand.c b/gcc/omp-expand.c index 0f703be..eadff6e 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" |