Skip to content

Commit

Permalink
[LangRef][Docs] Align RST syntax for GC intrinsics
Browse files Browse the repository at this point in the history
This changes the GC intrinsics to use the same header styling as the others.
  • Loading branch information
jryans committed Sep 21, 2022
1 parent 28412d1 commit 8c1a9e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12443,7 +12443,7 @@ algorithm <gc>`.

.. _gc_statepoint:

'llvm.experimental.gc.statepoint' Intrinsic
'``llvm.experimental.gc.statepoint``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Syntax:
Expand Down Expand Up @@ -12539,7 +12539,7 @@ pointer' argument of the statepoint in a location statically reachable
from the statepoint. Instead, the explicitly relocated value (from a
``gc.relocate``) must be used.

'llvm.experimental.gc.result' Intrinsic
'``llvm.experimental.gc.result``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Syntax:
Expand Down Expand Up @@ -12579,7 +12579,7 @@ A ``gc.result`` is modeled as a 'readnone' pure function. It has no
side effects since it is just a projection of the return value of the
previous call represented by the ``gc.statepoint``.

'llvm.experimental.gc.relocate' Intrinsic
'``llvm.experimental.gc.relocate``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Syntax:
Expand Down Expand Up @@ -12639,7 +12639,7 @@ done during the actual call modeled by the ``gc.statepoint``.

.. _gc.get.pointer.base:

'llvm.experimental.gc.get.pointer.base' Intrinsic
'``llvm.experimental.gc.get.pointer.base``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Syntax:
Expand Down Expand Up @@ -12677,7 +12677,7 @@ explicit statepoint model.
The return pointer type must be the same as the type of the parameter.


'llvm.experimental.gc.get.pointer.offset' Intrinsic
'``llvm.experimental.gc.get.pointer.offset``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Syntax:
Expand Down

0 comments on commit 8c1a9e3

Please sign in to comment.