]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/gccint/gimple/tuple-specific-accessors/gimplegoto.rst
sphinx: copy files from texi2rst-generated repository
[thirdparty/gcc.git] / gcc / doc / gccint / gimple / tuple-specific-accessors / gimplegoto.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_GOTO
7
8 GIMPLE_GOTO
9 ^^^^^^^^^^^
10
11 .. function:: ggoto *gimple_build_goto (tree dest)
12
13 Build a ``GIMPLE_GOTO`` statement to label ``DEST``.
14
15 .. function:: tree gimple_goto_dest (gimple g)
16
17 Return the destination of the unconditional jump ``G``.
18
19 .. function:: void gimple_goto_set_dest (ggoto *g, tree dest)
20
21 Set ``DEST`` to be the destination of the unconditional jump ``G``.