OSDN Git Service

Assertion when using a 1-element vector for an add operation. Get the
authorBill Wendling <isanbard@gmail.com>
Tue, 24 Apr 2007 21:13:23 +0000 (21:13 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 24 Apr 2007 21:13:23 +0000 (21:13 +0000)
commit95b39550344bad0d15d1ffa7afc300eb1533ed19
tree3fa4d28c62e1f3f2eaa8e343b99afc4f69fda74b
parent93675f4cdd1c43dc27596f04233af091f81271f2
Assertion when using a 1-element vector for an add operation. Get the
real vector type in this case.

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