We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c9636 commit b280aa0Copy full SHA for b280aa0
llvm/docs/LangRef.rst
@@ -13216,8 +13216,8 @@ an extra level of indentation. As an example:
13216
13217
.. code-block:: llvm
13218
13219
- %inst1 = op1 %a, %b
13220
- #dbg_value(%inst1, !10, !DIExpression(), !11)
+ %inst1 = op1 %a, %b
+ #dbg_value(%inst1, !10, !DIExpression(), !11)
13221
%inst2 = op2 %inst1, %c
13222
13223
These debug records replace the prior :ref:`debug intrinsics<dbg_intrinsics>`.
0 commit comments