diff options
Diffstat (limited to 'gcc/tree-core.h')
-rw-r--r-- | gcc/tree-core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h index b5dde47da4f..8ac07e83b12 100644 --- a/gcc/tree-core.h +++ b/gcc/tree-core.h @@ -448,6 +448,9 @@ enum omp_clause_code { /* OpenMP clause: defaultmap (tofrom: scalar). */ OMP_CLAUSE_DEFAULTMAP, + /* OpenMP clause: order (concurrent). */ + OMP_CLAUSE_ORDER, + /* Internally used only clause, holding SIMD uid. */ OMP_CLAUSE__SIMDUID_, |