]> granicus.if.org Git - clang/commit
[X86] Remove code that does custom handling of the builtin for MMX palignr. This...
authorCraig Topper <craig.topper@gmail.com>
Tue, 17 Feb 2015 06:22:50 +0000 (06:22 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 17 Feb 2015 06:22:50 +0000 (06:22 +0000)
commite73910660181a7598cb3fcb05134652d6479e196
tree1a34ea2978bee77457de72084cd477101a01cfc8
parent4685d0199da585a4edc10ffe9a61fc6ef08a6208
[X86] Remove code that does custom handling of the builtin for MMX palignr. This code is unreachable since its already marked for non-custom handling in llvm's IntrinsicsX86.td file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp