summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/LangRef.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 569e4a98d18..3aeffc579b4 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -9033,9 +9033,11 @@ This instruction requires several arguments:
#. Arguments with the :ref:`inalloca <attr_inalloca>` attribute are
forwarded in place.
- Both markers imply that the callee does not access allocas or varargs from
- the caller. Calls marked ``musttail`` must obey the following additional
- rules:
+ Both markers imply that the callee does not access allocas from the caller.
+ The ``tail`` marker additionally implies that the callee does not access
+ varargs from the caller, while ``musttail`` implies that varargs from the
+ caller are passed to the callee. Calls marked ``musttail`` must obey the
+ following additional rules:
- The call must immediately precede a :ref:`ret <i_ret>` instruction,
or a pointer bitcast followed by a ret instruction.
OpenPOWER on IntegriCloud