]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Reflect reality in comment.
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 17 Dec 2013 15:21:45 +0000 (16:21 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Tue, 17 Dec 2013 15:21:45 +0000 (16:21 +0100)
gcc/
* omp-low.c (check_combined_parallel): Reflect reality in comment.

From-SVN: r206055

gcc/ChangeLog
gcc/omp-low.c

index 592bb8c434723245d056324983a5c2ac3567707c..5ed175db3f16fcf0b457e273db6a6450adc139ee 100644 (file)
@@ -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.
index 97092dd089479993de65b535ec9a404c894430da..1bab84e6eb0f50dbb44234a3c4e1588680486f20 100644 (file)
@@ -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,