Skip to content

Commit 7ae191f

Browse files
committed
[LangRef] dos2unix (NFC)
1 parent a917fb8 commit 7ae191f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

llvm/docs/LangRef.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5407,22 +5407,22 @@ valid debug intrinsic.
54075407
!4 = !DIExpression(DW_OP_constu, 2, DW_OP_swap, DW_OP_xderef)
54085408
!5 = !DIExpression(DW_OP_constu, 42, DW_OP_stack_value)
54095409

5410-
DIArgList
5411-
""""""""""""
5412-
5413-
``DIArgList`` nodes hold a list of constant or SSA value references. These are
5414-
used in :ref:`debug intrinsics<dbg_intrinsics>` (currently only in
5415-
``llvm.dbg.value``) in combination with a ``DIExpression`` that uses the
5416-
``DW_OP_LLVM_arg`` operator. Because a DIArgList may refer to local values
5417-
within a function, it must only be used as a function argument, must always be
5418-
inlined, and cannot appear in named metadata.
5419-
5420-
.. code-block:: text
5421-
5422-
llvm.dbg.value(metadata !DIArgList(i32 %a, i32 %b),
5423-
metadata !16,
5424-
metadata !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_arg, 1, DW_OP_plus))
5425-
5410+
DIArgList
5411+
""""""""""""
5412+
5413+
``DIArgList`` nodes hold a list of constant or SSA value references. These are
5414+
used in :ref:`debug intrinsics<dbg_intrinsics>` (currently only in
5415+
``llvm.dbg.value``) in combination with a ``DIExpression`` that uses the
5416+
``DW_OP_LLVM_arg`` operator. Because a DIArgList may refer to local values
5417+
within a function, it must only be used as a function argument, must always be
5418+
inlined, and cannot appear in named metadata.
5419+
5420+
.. code-block:: text
5421+
5422+
llvm.dbg.value(metadata !DIArgList(i32 %a, i32 %b),
5423+
metadata !16,
5424+
metadata !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_arg, 1, DW_OP_plus))
5425+
54265426
DIFlags
54275427
"""""""""""""""
54285428

0 commit comments

Comments
 (0)