Skip to content

Commit 3959bbc

Browse files
committed
[NFC] Remove trailing white spaces from llvm/docs/LangRef.rst
1 parent 52e7ca9 commit 3959bbc

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
@@ -13045,9 +13045,9 @@ This instruction requires several arguments:
1304513045
- Caller and callee both have the calling convention ``fastcc`` or ``tailcc``.
1304613046
- The call is in tail position (ret immediately follows call and ret
1304713047
uses value of call or is void).
13048-
- Option ``-tailcallopt`` is enabled, ``llvm::GuaranteedTailCallOpt`` is
13048+
- Option ``-tailcallopt`` is enabled, ``llvm::GuaranteedTailCallOpt`` is
1304913049
``true``, or the calling convention is ``tailcc``.
13050-
- `Platform-specific constraints are met.
13050+
- `Platform-specific constraints are met.
1305113051
<CodeGenerator.html#tail-call-optimization>`_
1305213052

1305313053
#. The optional ``notail`` marker indicates that the optimizers should not add

0 commit comments

Comments
 (0)