[llvm] r250314 - Add 'other' in description of extractvalue operands.

Arch D. Robison via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 12:10:45 PDT 2015


Author: adrobiso
Date: Wed Oct 14 14:10:45 2015
New Revision: 250314

URL: http://llvm.org/viewvc/llvm-project?rev=250314&view=rev
Log:
Add 'other' in description of extractvalue operands.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=250314&r1=250313&r2=250314&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Oct 14 14:10:45 2015
@@ -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.
 




More information about the llvm-commits mailing list