[DAGCombiner] Fixed minor typo that was missed in D9097.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 19 Jul 2015 11:31:40 +0000 (11:31 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 19 Jul 2015 11:31:40 +0000 (11:31 +0000)
commite13745001dd709e47bf3e6a5678d2c72bf2b296b
tree3dc1ecb33e2382e273dbc59d2a7acf0a260178dc
parent00552e3875ee5f382db6c98286a241a7d0efe1b8
[DAGCombiner] Fixed minor typo that was missed in D9097.

We don't bitcast the UNDEFs - that is done in visitVECTOR_SHUFFLE, and the getValueType should come from the operand's SDValue not the SDNode.

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