Insert word "other" in description of extractvalue?

Robison, Arch via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 09:28:11 PDT 2015


Request for review of trivial nit fix: patch inserts the word "other" in description of extractvalue.

- Arch D. Robison

Index: LangRef.rst
===================================================================
--- LangRef.rst (revision 250299)
+++ LangRef.rst (working copy)
@@ -6709,11 +6709,11 @@

 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.

 The major differences to ``getelementptr`` indexing are:





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151014/7ccc0c1a/attachment.html>


More information about the llvm-commits mailing list