When creating CopyFromReg nodes, always use legal types. And use the
authorDan Gohman <gohman@apple.com>
Wed, 13 Jun 2007 14:55:16 +0000 (14:55 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 13 Jun 2007 14:55:16 +0000 (14:55 +0000)
commit2046e12f022ad098fe84776d55f4ea1a5e342c85
tree13392c131ce2d59364782eab87d296478aa6b257
parentf19f6bb31e45c5fc34b17d89d80ed938f61ff047
When creating CopyFromReg nodes, always use legal types. And use the
correct types for the result vector, even though it is currently bitcasted
to a different type immediately.

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