From: Thomas Schwinge Date: Tue, 17 Dec 2013 15:21:45 +0000 (+0100) Subject: Reflect reality in comment. X-Git-Tag: releases/gcc-4.9.0~2031 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e024686951166ff00c8503d283065c404b0d9406;p=thirdparty%2Fgcc.git Reflect reality in comment. gcc/ * omp-low.c (check_combined_parallel): Reflect reality in comment. From-SVN: r206055 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 592bb8c43472..5ed175db3f16 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2013-12-17 Thomas Schwinge + * 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. diff --git a/gcc/omp-low.c b/gcc/omp-low.c index 97092dd08947..1bab84e6eb0f 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -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 - GIMPLE_OMP_FOR or GIMPLE_OMP_PARALLEL. */ + GIMPLE_OMP_FOR or GIMPLE_OMP_SECTIONS. */ static tree check_combined_parallel (gimple_stmt_iterator *gsi_p,