Commit e0246869 by Thomas Schwinge Committed by Thomas Schwinge

Reflect reality in comment.

	gcc/
	* omp-low.c (check_combined_parallel): Reflect reality in comment.

From-SVN: r206055
parent 2769de23
2013-12-17 Thomas Schwinge <thomas@codesourcery.com> 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 * doc/cfg.texi (Control Flow): Refer to passes.def instead of
passes.c. passes.c.
* doc/passes.texi (Pass manager): Refer to passes.def. * doc/passes.texi (Pass manager): Refer to passes.def.
...@@ -9052,7 +9052,7 @@ lower_omp_for (gimple_stmt_iterator *gsi_p, omp_context *ctx) ...@@ -9052,7 +9052,7 @@ lower_omp_for (gimple_stmt_iterator *gsi_p, omp_context *ctx)
} }
/* Callback for walk_stmts. Check if the current statement only contains /* 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 static tree
check_combined_parallel (gimple_stmt_iterator *gsi_p, check_combined_parallel (gimple_stmt_iterator *gsi_p,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment