]> granicus.if.org Git - llvm/commitdiff
Update call site attribute documentation
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 10 Jun 2016 00:36:57 +0000 (00:36 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 10 Jun 2016 00:36:57 +0000 (00:36 +0000)
convergent is also accepted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272353 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 1b0d0cf5e6da078996cbab408a9a9c433964f07c..78c3e4cd24c6b7744f463560569a9da0c298b4d8 100644 (file)
@@ -8553,8 +8553,8 @@ This instruction requires several arguments:
    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: