[DAG] Ensure vector constant folding uses correct scalar undef types
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 17 Oct 2015 16:49:43 +0000 (16:49 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 17 Oct 2015 16:49:43 +0000 (16:49 +0000)
commit114db87382813de635450d88dded16511aea1fda
tree7ab528c4a696384832520064b052ebf1502cbd2a
parent43a9e4096c5b922adfc15a4b4a777e568416b9c5
[DAG] Ensure vector constant folding uses correct scalar undef types

Minor fix to D13665 found during post-commit review.

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