aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-walk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-walk.cc')
-rw-r--r--gcc/gimple-walk.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-walk.cc b/gcc/gimple-walk.cc
index a019515..9516d61 100644
--- a/gcc/gimple-walk.cc
+++ b/gcc/gimple-walk.cc
@@ -693,6 +693,7 @@ walk_gimple_stmt (gimple_stmt_iterator *gsi, walk_stmt_fn callback_stmt,
case GIMPLE_OMP_ORDERED:
case GIMPLE_OMP_SCAN:
case GIMPLE_OMP_SECTION:
+ case GIMPLE_OMP_STRUCTURED_BLOCK:
case GIMPLE_OMP_PARALLEL:
case GIMPLE_OMP_TASK:
case GIMPLE_OMP_SCOPE: