File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13045,9 +13045,9 @@ This instruction requires several arguments:
13045
13045
- Caller and callee both have the calling convention ``fastcc`` or ``tailcc``.
13046
13046
- The call is in tail position (ret immediately follows call and ret
13047
13047
uses value of call or is void).
13048
- - Option ``-tailcallopt`` is enabled, ``llvm::GuaranteedTailCallOpt`` is
13048
+ - Option ``-tailcallopt`` is enabled, ``llvm::GuaranteedTailCallOpt`` is
13049
13049
``true``, or the calling convention is ``tailcc``.
13050
- - `Platform-specific constraints are met.
13050
+ - `Platform-specific constraints are met.
13051
13051
<CodeGenerator.html#tail-call-optimization>`_
13052
13052
13053
13053
#. The optional ``notail`` marker indicates that the optimizers should not add
You can’t perform that action at this time.
0 commit comments