From: Arch D. Robison Date: Wed, 14 Oct 2015 19:10:45 +0000 (+0000) Subject: Add 'other' in description of extractvalue operands. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2c26928a4968e66dd93f970d93d6dd6ebbf3ae5e;p=oota-llvm.git Add 'other' in description of extractvalue operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250314 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index a2eedfac952..8ab1d0ae41a 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -6711,7 +6711,7 @@ Arguments: """""""""" The first operand of an '``extractvalue``' instruction is a value of -:ref:`struct ` or :ref:`array ` type. The operands are +:ref:`struct ` or :ref:`array ` type. The other operands are constant indices to specify which value to extract in a similar manner as indices in a '``getelementptr``' instruction.