From 3afd287373f32e7b62950aa8a0ef764f5ea7e1f0 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 11 Oct 2013 12:41:44 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 2 ++ gcc/doc/gimple.texi | 9 ++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 18dc5048a2e..04b02f1ac4c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2013-10-11 Thomas Schwinge + * 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. diff --git a/gcc/doc/gimple.texi b/gcc/doc/gimple.texi index 896aea355bc..7bd9fd51b78 100644 --- a/gcc/doc/gimple.texi +++ b/gcc/doc/gimple.texi @@ -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} -- 2.30.2