summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-06-10 00:36:57 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-06-10 00:36:57 +0000
commit50d02efa6dbe94cf3164ea11e5bb0d3abcbd518e (patch)
treebced97fe883abccc55d97fcbdfba8b05689e3224 /llvm/docs/LangRef.rst
parent9fdfa518eb12c180bbc181d5f08a3084466ec3f7 (diff)
downloadbcm5719-llvm-50d02efa6dbe94cf3164ea11e5bb0d3abcbd518e.tar.gz
bcm5719-llvm-50d02efa6dbe94cf3164ea11e5bb0d3abcbd518e.zip
Update call site attribute documentation
convergent is also accepted. llvm-svn: 272353
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r--llvm/docs/LangRef.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 1b0d0cf5e6d..78c3e4cd24c 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -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:
OpenPOWER on IntegriCloud