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
This commit is contained in:
George Burgess IV 2017-04-13 05:00:31 +00:00
parent c170edb60b
commit d613770733

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