[x86] Fix a really silly bug that I introduced fixing another bug in the
authorChandler Carruth <chandlerc@gmail.com>
Sun, 28 Sep 2014 06:11:04 +0000 (06:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 28 Sep 2014 06:11:04 +0000 (06:11 +0000)
commit3f4084867010c1fe64b5f775f7db189ecf4323ee
tree01f912cd9b4e7331dca7336c27b3d433a2173eab
parent21b69296fbfccc5a24c21dccaf106c40ba1beeab
[x86] Fix a really silly bug that I introduced fixing another bug in the
new vector shuffle target DAG combines -- it helps to actually test for
the value you want rather than just using an integer in a boolean
context.

Have I mentioned that I loathe implicit conversions recently? :: sigh ::

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218576 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/vector-shuffle-128-v8.ll