Use the incoming VT not the VT of where we're trying to store to determine
authorEric Christopher <echristo@apple.com>
Thu, 27 Jan 2011 05:44:56 +0000 (05:44 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 27 Jan 2011 05:44:56 +0000 (05:44 +0000)
commit4a2b31676217cbf710f74253ae6ab8306b115ba6
tree98410643cae86f022e74387f58be9816f740c561
parent40ccb798ccac6bc3f2c819828a249cc186932a3f
Use the incoming VT not the VT of where we're trying to store to determine
if we can store a value. Also, the exclusion is or, not and.

Fixes rdar://8920247.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124357 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp