File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12860,7 +12860,7 @@ This instruction requires several arguments:
1286012860 - The call is in tail position (ret immediately follows call and ret
1286112861 uses value of call or is void).
1286212862 - Option ``-tailcallopt`` is enabled, ``llvm::GuaranteedTailCallOpt`` is
12863- ``true``, or the calling convention is ``tailcc``
12863+ ``true``, or the calling convention is ``tailcc``.
1286412864 - `Platform-specific constraints are met.
1286512865 <CodeGenerator.html#tail-call-optimization>`_
1286612866
@@ -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
1322313223These debug records replace the prior :ref:`debug intrinsics<dbg_intrinsics>`.
You can’t perform that action at this time.
0 commit comments