[llvm] r300172 - Remove more lies from the LangRef.

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 22:00:32 PDT 2017


Author: gbiv
Date: Thu Apr 13 00:00:31 2017
New Revision: 300172

URL: http://llvm.org/viewvc/llvm-project?rev=300172&view=rev
Log:
Remove more lies from the LangRef.

Same change as in r300168, but for invoke instead of call.

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=300172&r1=300171&r2=300172&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Apr 13 00:00:31 2017
@@ -5812,9 +5812,7 @@ This instruction requires several argume
 #. '``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:




More information about the llvm-commits mailing list