Commit 3afd2873 by Thomas Schwinge Committed by Thomas Schwinge

gimple.texi (is_gimple_omp): Move into the correct section.

gcc/
	* doc/gimple.texi (is_gimple_omp): Move into the correct section.

From-SVN: r203412
parent 71a81c21
2013-10-11 Thomas Schwinge <thomas@codesourcery.com> 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 * acinclude.m4 (gcc_GAS_FLAGS): Add more gcc_cv_as_flags
overrides. overrides.
* configure: Regenerate. * configure: Regenerate.
......
...@@ -711,6 +711,10 @@ Return true if g is a @code{GIMPLE_DEBUG} that binds the value of an ...@@ -711,6 +711,10 @@ Return true if g is a @code{GIMPLE_DEBUG} that binds the value of an
expression to a variable. expression to a variable.
@end deftypefn @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 @node Manipulating GIMPLE statements
@section Manipulating GIMPLE statements @section Manipulating GIMPLE statements
@cindex Manipulating GIMPLE statements @cindex Manipulating GIMPLE statements
...@@ -1846,11 +1850,6 @@ Return a pointer to the data argument for @code{OMP_PARALLEL} @code{G}. ...@@ -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}. Set @code{DATA_ARG} to be the data argument for @code{OMP_PARALLEL} @code{G}.
@end deftypefn @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} @node @code{GIMPLE_OMP_RETURN}
@subsection @code{GIMPLE_OMP_RETURN} @subsection @code{GIMPLE_OMP_RETURN}
......
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