Skip to content

Commit b280aa0

Browse files
committed
undo change in debug records section
1 parent 85c9636 commit b280aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13216,8 +13216,8 @@ an extra level of indentation. As an example:
1321613216

1321713217
.. code-block:: llvm
1321813218

13219-
%inst1 = op1 %a, %b
13220-
#dbg_value(%inst1, !10, !DIExpression(), !11)
13219+
%inst1 = op1 %a, %b
13220+
#dbg_value(%inst1, !10, !DIExpression(), !11)
1322113221
%inst2 = op2 %inst1, %c
1322213222

1322313223
These debug records replace the prior :ref:`debug intrinsics<dbg_intrinsics>`.

0 commit comments

Comments
 (0)