From d6137707334b23d26afced9de410b4401c673d76 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Thu, 13 Apr 2017 05:00:31 +0000 Subject: [PATCH] Remove more lies from the LangRef. Same change as in r300168, but for invoke instead of call. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300172 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 89839b103f8..d17bbc18ab7 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -5812,9 +5812,7 @@ This instruction requires several arguments: #. '``exception label``': the label reached when a callee returns via the :ref:`resume ` instruction or other exception handling mechanism. -#. The optional :ref:`function attributes ` list. Only - '``noreturn``', '``nounwind``', '``readonly``' and '``readnone``' - attributes are valid here. +#. The optional :ref:`function attributes ` list. #. The optional :ref:`operand bundles ` list. Semantics: