[llvm] 7ae191f - [LangRef] dos2unix (NFC)
Juneyoung Lee via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 6 01:44:51 PST 2021
Author: Juneyoung Lee
Date: 2021-03-06T18:44:40+09:00
New Revision: 7ae191f59f0f41f7dac70e1b9cd78aa17506c402
URL: https://github.com/llvm/llvm-project/commit/7ae191f59f0f41f7dac70e1b9cd78aa17506c402
DIFF: https://github.com/llvm/llvm-project/commit/7ae191f59f0f41f7dac70e1b9cd78aa17506c402.diff
LOG: [LangRef] dos2unix (NFC)
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 9f0ccc162fd3..273652f1dbda 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -5407,22 +5407,22 @@ valid debug intrinsic.
!4 = !DIExpression(DW_OP_constu, 2, DW_OP_swap, DW_OP_xderef)
!5 = !DIExpression(DW_OP_constu, 42, DW_OP_stack_value)
-DIArgList
-""""""""""""
-
-``DIArgList`` nodes hold a list of constant or SSA value references. These are
-used in :ref:`debug intrinsics<dbg_intrinsics>` (currently only in
-``llvm.dbg.value``) in combination with a ``DIExpression`` that uses the
-``DW_OP_LLVM_arg`` operator. Because a DIArgList may refer to local values
-within a function, it must only be used as a function argument, must always be
-inlined, and cannot appear in named metadata.
-
-.. code-block:: text
-
- llvm.dbg.value(metadata !DIArgList(i32 %a, i32 %b),
- metadata !16,
- metadata !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_arg, 1, DW_OP_plus))
-
+DIArgList
+""""""""""""
+
+``DIArgList`` nodes hold a list of constant or SSA value references. These are
+used in :ref:`debug intrinsics<dbg_intrinsics>` (currently only in
+``llvm.dbg.value``) in combination with a ``DIExpression`` that uses the
+``DW_OP_LLVM_arg`` operator. Because a DIArgList may refer to local values
+within a function, it must only be used as a function argument, must always be
+inlined, and cannot appear in named metadata.
+
+.. code-block:: text
+
+ llvm.dbg.value(metadata !DIArgList(i32 %a, i32 %b),
+ metadata !16,
+ metadata !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_arg, 1, DW_OP_plus))
+
DIFlags
"""""""""""""""
More information about the llvm-commits
mailing list