diff options
Diffstat (limited to 'gcc/tree-ssa-loop.c')
-rw-r--r-- | gcc/tree-ssa-loop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-loop.c b/gcc/tree-ssa-loop.c index 24c0585..84f13ad 100644 --- a/gcc/tree-ssa-loop.c +++ b/gcc/tree-ssa-loop.c @@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "tree-scalar-evolution.h" #include "tree-vectorizer.h" -#include "omp-low.h" +#include "omp-general.h" #include "diagnostic-core.h" @@ -152,7 +152,7 @@ gate_oacc_kernels (function *fn) if (!flag_openacc) return false; - tree oacc_function_attr = get_oacc_fn_attrib (fn->decl); + tree oacc_function_attr = oacc_get_fn_attrib (fn->decl); if (oacc_function_attr == NULL_TREE) return false; if (!oacc_fn_attrib_kernels_p (oacc_function_attr)) |