[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)
commit4ef0576c404c5f24119421e09867c031d540476a
treee333061494fbd44d5c583d47e46fb73adc863ce7
parent69e40a4c85474942f44f762f244b702da2bfe8c3
[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.

llvm-svn: 242640
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp