Update call site attribute documentation

convergent is also accepted.

llvm-svn: 272353
This commit is contained in:
Matt Arsenault 2016-06-10 00:36:57 +00:00
parent 9fdfa518eb
commit 50d02efa6d
1 changed files with 2 additions and 2 deletions

View 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: