diff options
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r-- | gcc/gimple-low.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index 69aa2bf..302efb5 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -251,6 +251,8 @@ lower_stmt (tree_stmt_iterator *tsi, struct lower_data *data) case OMP_ORDERED: case OMP_CRITICAL: case OMP_RETURN: + case OMP_ATOMIC_LOAD: + case OMP_ATOMIC_STORE: case OMP_CONTINUE: break; |