aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-12-17 16:21:45 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-12-17 16:21:45 +0100
commite024686951166ff00c8503d283065c404b0d9406 (patch)
treef1c1e32b70d04219d68f53eaa56c8f35a843ef0c /gcc
parent2769de23eefe3f5300ad034a01fd92a46895c6c5 (diff)
downloadgcc-e024686951166ff00c8503d283065c404b0d9406.zip
gcc-e024686951166ff00c8503d283065c404b0d9406.tar.gz
gcc-e024686951166ff00c8503d283065c404b0d9406.tar.bz2
Reflect reality in comment.
gcc/ * omp-low.c (check_combined_parallel): Reflect reality in comment. From-SVN: r206055
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/omp-low.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 592bb8c..5ed175d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
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.
diff --git a/gcc/omp-low.c b/gcc/omp-low.c
index 97092dd..1bab84e 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,