| commit | b3174a84b391590b7f2029efa9e8d0a03325a708 | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@gmail.com> | Wed May 18 04:11:25 2016 +0000 |
| committer | Craig Topper <craig.topper@gmail.com> | Wed May 18 04:11:25 2016 +0000 |
| tree | f9f7a74cf1dbdf5c8d4a7a4b8cf1b90d6735d612 | |
| parent | 39c871038a3daaac16878d5734378901665982ce [diff] |
[Sema,CodeGen] Remove comment from SemaChecking about a builtin_shufflevector form that it doesn't support. Remove CodeGen support for the same form since it could never have been used due to the missing support in Sema. I couldn't find any documentation that this form existed either. Nor is there documentation for one of the remaining two forms, but there is a testcase that uses it. llvm-svn: 269879