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:
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
You can’t perform that action at this time.
0 commit comments