projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61e5a3
)
Add 'other' in description of extractvalue operands.
author
Arch D. Robison
<arch.robison@intel.com>
Wed, 14 Oct 2015 19:10:45 +0000
(19:10 +0000)
committer
Arch D. Robison
<arch.robison@intel.com>
Wed, 14 Oct 2015 19:10:45 +0000
(19:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250314
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.rst
patch
|
blob
|
history
diff --git
a/docs/LangRef.rst
b/docs/LangRef.rst
index a2eedfac952d44de5422657da2334431f923c6ba..8ab1d0ae41ad9f4f1ebfebadd946a16d2b9c85e8 100644
(file)
--- 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 <t_struct>` or :ref:`array <t_array>` type. The operands are
+:ref:`struct <t_struct>` or :ref:`array <t_array>` type. The o
ther o
perands are
constant indices to specify which value to extract in a similar manner
as indices in a '``getelementptr``' instruction.