[llvm-commits] [llvm] r158453 - /llvm/trunk/docs/LangRef.html

Duncan Sands baldrick at free.fr
Thu Jun 14 07:58:28 PDT 2012


Author: baldrick
Date: Thu Jun 14 09:58:28 2012
New Revision: 158453

URL: http://llvm.org/viewvc/llvm-project?rev=158453&view=rev
Log:
Clarify a bit that the types have to be the same.  Came up on IRC.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=158453&r1=158452&r2=158453&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Thu Jun 14 09:58:28 2012
@@ -4739,7 +4739,7 @@
 
 <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>





More information about the llvm-commits mailing list