From a895e6d72d763d3fc090ec852d405a07a61d01f4 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Tue, 5 Nov 2019 11:38:02 +0100 Subject: 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::function_summary): Update construction. (fast_function_summary::fast_function_summary): Likewise. (call_summary_base): Add allcator. (call_summary::call_summary): Update construction. (fast_call_summary::fast_call_summary): Likewise. From-SVN: r277821 --- gcc/hsa-regalloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/hsa-regalloc.c') diff --git a/gcc/hsa-regalloc.c b/gcc/hsa-regalloc.c index 597bb66..dd1937c 100644 --- a/gcc/hsa-regalloc.c +++ b/gcc/hsa-regalloc.c @@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see #include "cgraph.h" #include "print-tree.h" #include "cfghooks.h" +#include "alloc-pool.h" #include "symbol-summary.h" #include "hsa-common.h" -- cgit v1.1