Skip to content

Commit d878603

Browse files
[LangRef] Fix sphinx label syntax
1 parent 020812b commit d878603

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/docs/LangRef.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6008,7 +6008,7 @@ The current supported opcode vocabulary is limited:
60086008

60096009
Because ``DW_OP_LLVM_entry_value`` is defined in terms of registers, it is
60106010
usually used in MIR, but it is also allowed in LLVM IR when targetting a
6011-
:ref:`_swiftasync` argument. The operation is introduced by:
6011+
:ref:`swiftasync <swiftasync>` argument. The operation is introduced by:
60126012

60136013
- ``LiveDebugValues`` pass, which applies it to function parameters that
60146014
are unmodified throughout the function. Support is limited to simple
@@ -6019,8 +6019,9 @@ The current supported opcode vocabulary is limited:
60196019
(``DW_AT_call_site_parameter_value``) is represented as entry value of
60206020
the parameter.
60216021
- ``CoroSplit`` pass, which may move variables from allocas into a
6022-
coroutine frame. If the coroutine frame is a :ref:`_swiftasync` argument,
6023-
the variable is described with an ``DW_OP_LLVM_entry_value`` operation.
6022+
coroutine frame. If the coroutine frame is a
6023+
:ref:`swiftasync <swiftasync>` argument, the variable is described with
6024+
an ``DW_OP_LLVM_entry_value`` operation.
60246025

60256026
- ``DW_OP_LLVM_arg, N`` is used in debug intrinsics that refer to more than one
60266027
value, such as one that calculates the sum of two registers. This is always

0 commit comments

Comments
 (0)