aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-core.h')
-rw-r--r--gcc/tree-core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h
index 7a5a87a..fcfa87a0 100644
--- a/gcc/tree-core.h
+++ b/gcc/tree-core.h
@@ -498,6 +498,10 @@ enum omp_clause_code {
loop or not. */
OMP_CLAUSE__SIMT_,
+ /* Internally used only clause, flag whether this is an "ompacc"
+ target region or not. */
+ OMP_CLAUSE__OMPACC_,
+
/* OpenACC clause: independent. */
OMP_CLAUSE_INDEPENDENT,