AArch64: stop claiming that NEON registers are usable for now.
authorTim Northover <Tim.Northover@arm.com>
Thu, 14 Feb 2013 16:22:14 +0000 (16:22 +0000)
committerTim Northover <Tim.Northover@arm.com>
Thu, 14 Feb 2013 16:22:14 +0000 (16:22 +0000)
commitd21ddb90427959d3b4a63049d89cbcda6ef5f6d4
tree08013fa685cd46f6618e6a07d70fece4b2303099
parentf471c3e63a436b24d30a593d97ab551a68f2622f
AArch64: stop claiming that NEON registers are usable for now.

If vector types have legal register classes, then LLVM bypasses LegalizeTypes
on them, which causes faults currently since the code to handle them isn't in
place.

This fixes test failures when AArch64 is the default target.

llvm-svn: 175172
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp