]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/gccint/gimple/tuple-specific-accessors/gimpleompordered.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gccint / gimple / tuple-specific-accessors / gimpleompordered.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. index:: GIMPLE_OMP_ORDERED
7
8 GIMPLE_OMP_ORDERED
9 ^^^^^^^^^^^^^^^^^^
10
11 .. function:: gimple gimple_build_omp_ordered (gimple_seq body)
12
13 Build a ``GIMPLE_OMP_ORDERED`` statement.
14
15 ``BODY`` is the sequence of statements inside a loop that will
16 executed in sequence.