Fix the result type of SELECT nodes lowered from Select instructions with
authorDan Gohman <gohman@apple.com>
Fri, 11 Dec 2009 19:50:50 +0000 (19:50 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 11 Dec 2009 19:50:50 +0000 (19:50 +0000)
commita4f9cc4e55fa12ddff95c2e9d0091077797f0b22
tree888a2d65b83d2918241c37bdb8698abdbb969b50
parent817a46454aa22b80069157a2b02717b7edfd9cbb
Fix the result type of SELECT nodes lowered from Select instructions with
aggregate return values. This fixes PR5754.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91145 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/X86/select-aggregate.ll [new file with mode: 0644]