Skip to content

Commit 85c9636

Browse files
committed
added a period to a point in call section
1 parent 2ac62c5 commit 85c9636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/LangRef.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)