[llvm] r272353 - Update call site attribute documentation

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 17:36:57 PDT 2016


Author: arsenm
Date: Thu Jun  9 19:36:57 2016
New Revision: 272353

URL: http://llvm.org/viewvc/llvm-project?rev=272353&view=rev
Log:
Update call site attribute documentation

convergent is also accepted.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=272353&r1=272352&r2=272353&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Jun  9 19:36:57 2016
@@ -8553,8 +8553,8 @@ This instruction requires several argume
    indicates the function accepts a variable number of arguments, the
    extra arguments can be specified.
 #. The optional :ref:`function attributes <fnattrs>` list. Only
-   '``noreturn``', '``nounwind``', '``readonly``' and '``readnone``'
-   attributes are valid here.
+   '``noreturn``', '``nounwind``', '``readonly``' , '``readnone``',
+   and '``convergent``' attributes are valid here.
 #. The optional :ref:`operand bundles <opbundles>` list.
 
 Semantics:




More information about the llvm-commits mailing list