summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-06-14 14:58:28 +0000
committerDuncan Sands <baldrick@free.fr>2012-06-14 14:58:28 +0000
commitbe3d3a66eef6a7480ff315f0011377cc050c5b61 (patch)
tree80cbf5a297260c7925f90e5c61cf8664c9fb0ad1 /llvm/docs/LangRef.html
parentc70d1086f6df051b2343a36d0d97ba0f5d93d18c (diff)
downloadbcm5719-llvm-be3d3a66eef6a7480ff315f0011377cc050c5b61.tar.gz
bcm5719-llvm-be3d3a66eef6a7480ff315f0011377cc050c5b61.zip
Clarify a bit that the types have to be the same. Came up on IRC.
llvm-svn: 158453
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index f13f13909bc..9cb7e6392ab 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -4739,7 +4739,7 @@ IfUnequal:
<h5>Arguments:</h5>
<p>The first two operands of a '<tt>shufflevector</tt>' instruction are vectors
- with types that match each other. The third argument is a shuffle mask whose
+ with the same type. The third argument is a shuffle mask whose
element type is always 'i32'. The result of the instruction is a vector
whose length is the same as the shuffle mask and whose element type is the
same as the element type of the first two operands.</p>
OpenPOWER on IntegriCloud