@@ -5407,22 +5407,22 @@ valid debug intrinsic.
5407
5407
!4 = !DIExpression(DW_OP_constu, 2, DW_OP_swap, DW_OP_xderef)
5408
5408
!5 = !DIExpression(DW_OP_constu, 42, DW_OP_stack_value)
5409
5409
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
+
5426
5426
DIFlags
5427
5427
"""""""""""""""
5428
5428
0 commit comments