Clarify a bit that the types have to be the same. Came up on IRC.
authorDuncan Sands <baldrick@free.fr>
Thu, 14 Jun 2012 14:58:28 +0000 (14:58 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 14 Jun 2012 14:58:28 +0000 (14:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158453 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index f13f13909bccfe39b602b3eadd899163f84ceb16..9cb7e6392abf1e9ec84238d98a0a28d4ac249bfd 100644 (file)
@@ -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>