From 2c26928a4968e66dd93f970d93d6dd6ebbf3ae5e Mon Sep 17 00:00:00 2001 From: "Arch D. Robison" Date: Wed, 14 Oct 2015 19:10:45 +0000 Subject: [PATCH] Add 'other' in description of extractvalue operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250314 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1