[X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic headers...
authorCraig Topper <craig.topper@gmail.com>
Thu, 26 Feb 2015 08:09:05 +0000 (08:09 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 26 Feb 2015 08:09:05 +0000 (08:09 +0000)
commitac0d58bc4c365f85b749c5f643eed7f21f50971c
treebe0308243fe7279da5837a9984ee5eb8afa7d905
parent1e2f885a033c98b80200a2a628e7dd1a7da3df41
[X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic headers. We use appropriate shuffle vector instead.

llvm-svn: 230616
clang/include/clang/Basic/BuiltinsX86.def
clang/lib/Sema/SemaChecking.cpp
clang/test/CodeGen/builtins-x86.c