diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-10-11 12:41:44 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2013-10-11 12:41:44 +0200 |
commit | 3afd287373f32e7b62950aa8a0ef764f5ea7e1f0 (patch) | |
tree | 5833618e89532e3165860c16fe8d7de187dda2c6 /gcc | |
parent | 71a81c218ee9c0debf6c71d0838ff6c6037b0729 (diff) | |
download | gcc-3afd287373f32e7b62950aa8a0ef764f5ea7e1f0.zip gcc-3afd287373f32e7b62950aa8a0ef764f5ea7e1f0.tar.gz gcc-3afd287373f32e7b62950aa8a0ef764f5ea7e1f0.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/gimple.texi | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 18dc504..04b02f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/gimple.texi b/gcc/doc/gimple.texi index 896aea3..7bd9fd5 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} |