diff options
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r-- | gcc/gimple-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index 1ae3db0..961b7f4 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -336,6 +336,7 @@ lower_stmt (gimple_stmt_iterator *gsi, struct lower_data *data) case GIMPLE_OMP_MASTER: case GIMPLE_OMP_TASKGROUP: case GIMPLE_OMP_ORDERED: + case GIMPLE_OMP_SCAN: case GIMPLE_OMP_CRITICAL: case GIMPLE_OMP_RETURN: case GIMPLE_OMP_ATOMIC_LOAD: |