Fix the result type of a VECTOR_SHUFFLE+BIT_CONVERT dagcombine. This
authorDan Gohman <gohman@apple.com>
Wed, 16 Jul 2008 16:13:58 +0000 (16:13 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 16 Jul 2008 16:13:58 +0000 (16:13 +0000)
commit7a9a5af6a06058e86e9eae5a5486f651aeeda2ec
tree4725eef79ccbcd2a20b778c8db5a4ff5261165e7
parent9cf80fac2967b0476ec5dc87fc4dad51d3b0c1b0
Fix the result type of a VECTOR_SHUFFLE+BIT_CONVERT dagcombine. This
was turned up by some new SelectionDAG assertion checks that I'm
working on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53687 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp