Use MVT instead of EVT through all of LowerVECTOR_SHUFFLEtoBlend and not just the...
authorCraig Topper <craig.topper@gmail.com>
Mon, 23 Apr 2012 07:36:33 +0000 (07:36 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 23 Apr 2012 07:36:33 +0000 (07:36 +0000)
commit708e44fc9678085d35ce522aaf5995494901d312
tree6d4ca5842fc54f1a63c8bff3f3cf940057eccfa5
parent9d35240eee370542523bf68199d2cdb21ffbb42a
Use MVT instead of EVT through all of LowerVECTOR_SHUFFLEtoBlend and not just the switch. Saves a little bit of binary size.

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