[FastISel][AArch64] Allow handling of vectors during return lowering for little endia...
authorJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 23:40:10 +0000 (23:40 +0000)
committerJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 23:40:10 +0000 (23:40 +0000)
commit488f228a4f240bfa1153f9cc96dab3d7861d02b2
treebb1e86b356ee497d89b1e13fc3ddcffd18225800
parentd8629f313e5d342400c1d540cf1468e97b8299a7
[FastISel][AArch64] Allow handling of vectors during return lowering for little endian machines.

Allow handling of vectors during return lowering at least for little endian machines.
This was restricted in r208200 to fix it for big endian machines (according to
the comment), but it also disabled it for little endian too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217846 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64FastISel.cpp