diff options
author | Duncan Sands <baldrick@free.fr> | 2012-06-14 14:58:28 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2012-06-14 14:58:28 +0000 |
commit | b5a1bf4780b78b301fd21dbd865db45ee33cd204 (patch) | |
tree | 5c50b4a10e11d9761cfd4a141c52254da552c4ef /docs | |
parent | f1ece226125c9e8b0d0311cab7266391743da29b (diff) | |
download | external_llvm-b5a1bf4780b78b301fd21dbd865db45ee33cd204.zip external_llvm-b5a1bf4780b78b301fd21dbd865db45ee33cd204.tar.gz external_llvm-b5a1bf4780b78b301fd21dbd865db45ee33cd204.tar.bz2 |
Clarify a bit that the types have to be the same. Came up on IRC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index f13f139..9cb7e63 100644 --- a/docs/LangRef.html +++ b/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> |