diff options
Diffstat (limited to 'gcc/gimple-low.c')
| -rw-r--r-- | gcc/gimple-low.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index 8b2581bbc85..a298cbb58de 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -166,9 +166,6 @@ lower_omp_directive (tree_stmt_iterator *tsi, struct lower_data *data) ? OMP_CLAUSES (stmt) : NULL_TREE; - for (; clause; clause = OMP_CLAUSE_CHAIN (clause)) - TREE_BLOCK (clause) = TREE_BLOCK (stmt); - lower_stmt_body (OMP_BODY (stmt), data); tsi_link_before (tsi, stmt, TSI_SAME_STMT); tsi_link_before (tsi, OMP_BODY (stmt), TSI_SAME_STMT); |

