[llvm] 3959bbc - [NFC] Remove trailing white spaces from `llvm/docs/LangRef.rst`
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 08:19:31 PDT 2025
Author: Shilei Tian
Date: 2025-03-17T11:19:09-04:00
New Revision: 3959bbc1345b9eb99b208e816a86e6a39103c345
URL: https://github.com/llvm/llvm-project/commit/3959bbc1345b9eb99b208e816a86e6a39103c345
DIFF: https://github.com/llvm/llvm-project/commit/3959bbc1345b9eb99b208e816a86e6a39103c345.diff
LOG: [NFC] Remove trailing white spaces from `llvm/docs/LangRef.rst`
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index c0567090fdd2a..13b72f408715f 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -13045,9 +13045,9 @@ This instruction requires several arguments:
- Caller and callee both have the calling convention ``fastcc`` or ``tailcc``.
- The call is in tail position (ret immediately follows call and ret
uses value of call or is void).
- - Option ``-tailcallopt`` is enabled, ``llvm::GuaranteedTailCallOpt`` is
+ - Option ``-tailcallopt`` is enabled, ``llvm::GuaranteedTailCallOpt`` is
``true``, or the calling convention is ``tailcc``.
- - `Platform-specific constraints are met.
+ - `Platform-specific constraints are met.
<CodeGenerator.html#tail-call-optimization>`_
#. The optional ``notail`` marker indicates that the optimizers should not add
More information about the llvm-commits
mailing list