Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42. It...
authorCraig Topper <craig.topper@gmail.com>
Sun, 12 Aug 2012 05:15:16 +0000 (05:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 12 Aug 2012 05:15:16 +0000 (05:15 +0000)
commitb151a646188fa180f31529b4c15a910a577d1041
treef228a8d9785f5740e369123cf4311802a0dd92e1
parenta7016d6fc1c9935ede7b3dc2f39c8cdab14e40e0
Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42. It was already called for the same under SSE2.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161737 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp