gimple.texi (is_gimple_omp): Move into the correct section.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 11 Oct 2013 10:41:44 +0000 (12:41 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 11 Oct 2013 10:41:44 +0000 (12:41 +0200)
gcc/
* doc/gimple.texi (is_gimple_omp): Move into the correct section.

From-SVN: r203412

gcc/ChangeLog
gcc/doc/gimple.texi

index 18dc5048a2e1ec398db0856216b7041bf14f9e98..04b02f1ac4c97246fec10fa499a3fa517c750e2d 100644 (file)
@@ -1,5 +1,7 @@
 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * doc/gimple.texi (is_gimple_omp): Move into the correct section.
+
        * acinclude.m4 (gcc_GAS_FLAGS): Add more gcc_cv_as_flags
        overrides.
        * configure: Regenerate.
index 896aea355bc6e63f6b2af8de34bff7378be9661a..7bd9fd51b78f4a9068d60d73fde2c1e74229caa3 100644 (file)
@@ -711,6 +711,10 @@ Return true if g is a @code{GIMPLE_DEBUG} that binds the value of an
 expression to a variable.
 @end deftypefn
 
+@deftypefn {GIMPLE function} bool is_gimple_omp (gimple g)
+Return true if g is any of the OpenMP codes.
+@end deftypefn
+
 @node Manipulating GIMPLE statements
 @section Manipulating GIMPLE statements
 @cindex Manipulating GIMPLE statements
@@ -1846,11 +1850,6 @@ Return a pointer to the data argument for @code{OMP_PARALLEL} @code{G}.
 Set @code{DATA_ARG} to be the data argument for @code{OMP_PARALLEL} @code{G}.
 @end deftypefn
 
-@deftypefn {GIMPLE function} bool is_gimple_omp (gimple stmt)
-Returns true when the gimple statement @code{STMT} is any of the OpenMP
-types.
-@end deftypefn
-
 
 @node @code{GIMPLE_OMP_RETURN}
 @subsection @code{GIMPLE_OMP_RETURN}