Fix VSELECT operand order. Was previously backwards, causing bogus vector shift resul...
authorLang Hames <lhames@gmail.com>
Thu, 15 Dec 2011 18:57:27 +0000 (18:57 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 15 Dec 2011 18:57:27 +0000 (18:57 +0000)
commita0a251372f838a6a916812cfff87cc0d71072d81
tree65ca33f12fce7c4eaf1dc0b749a6c43f799ee40e
parent0508d047fefef36d4f943ee13c82c18cf3a943ab
Fix VSELECT operand order. Was previously backwards, causing bogus vector shift results - <rdar://problem/10559581>.

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