diff options
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. |