diff options
author | Arch D. Robison <arch.robison@intel.com> | 2015-10-14 19:10:45 +0000 |
---|---|---|
committer | Arch D. Robison <arch.robison@intel.com> | 2015-10-14 19:10:45 +0000 |
commit | a7f8f252647e414cbbfa84f542fae85d61757a55 (patch) | |
tree | 5ba8f614e12e5a1aecc2074cd7b3aaee1715191f /llvm/docs | |
parent | 035ddc20461abfd3a296022b53096ed8ef34d89a (diff) | |
download | bcm5719-llvm-a7f8f252647e414cbbfa84f542fae85d61757a55.tar.gz bcm5719-llvm-a7f8f252647e414cbbfa84f542fae85d61757a55.zip |
Add 'other' in description of extractvalue operands.
llvm-svn: 250314
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index a2eedfac952..8ab1d0ae41a 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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. |