Remove more lies from the LangRef.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 13 Apr 2017 05:00:31 +0000 (05:00 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 13 Apr 2017 05:00:31 +0000 (05:00 +0000)
Same change as in r300168, but for invoke instead of call.

llvm-svn: 300172

llvm/docs/LangRef.rst

index 89839b103f8d7d500c1bc12a0a6c77998e0466b0..d17bbc18ab7d7b773c6dde28c63f82f837ddfcbb 100644 (file)
@@ -5812,9 +5812,7 @@ This instruction requires several arguments:
 #. '``exception label``': the label reached when a callee returns via
    the :ref:`resume <i_resume>` instruction or other exception handling
    mechanism.
-#. The optional :ref:`function attributes <fnattrs>` list. Only
-   '``noreturn``', '``nounwind``', '``readonly``' and '``readnone``'
-   attributes are valid here.
+#. The optional :ref:`function attributes <fnattrs>` list.
 #. The optional :ref:`operand bundles <opbundles>` list.
 
 Semantics: