Add 'other' in description of extractvalue operands.
authorArch D. Robison <arch.robison@intel.com>
Wed, 14 Oct 2015 19:10:45 +0000 (19:10 +0000)
committerArch D. Robison <arch.robison@intel.com>
Wed, 14 Oct 2015 19:10:45 +0000 (19:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250314 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index a2eedfac952d44de5422657da2334431f923c6ba..8ab1d0ae41ad9f4f1ebfebadd946a16d2b9c85e8 100644 (file)
@@ -6711,7 +6711,7 @@ Arguments:
 """"""""""
 
 The first operand of an '``extractvalue``' instruction is a value of
-:ref:`struct <t_struct>` or :ref:`array <t_array>` type. The operands are
+:ref:`struct <t_struct>` or :ref:`array <t_array>` type. The other operands are
 constant indices to specify which value to extract in a similar manner
 as indices in a '``getelementptr``' instruction.