gcc/
* omp-low.c (check_combined_parallel): Reflect reality in comment.
From-SVN: r206055
2013-12-17 Thomas Schwinge <thomas@codesourcery.com>
+ * omp-low.c (check_combined_parallel): Reflect reality in comment.
+
* doc/cfg.texi (Control Flow): Refer to passes.def instead of
passes.c.
* doc/passes.texi (Pass manager): Refer to passes.def.
}
/* Callback for walk_stmts. Check if the current statement only contains
- GIMPLE_OMP_FOR or GIMPLE_OMP_PARALLEL. */
+ GIMPLE_OMP_FOR or GIMPLE_OMP_SECTIONS. */
static tree
check_combined_parallel (gimple_stmt_iterator *gsi_p,