Enable support for returning i1, i8, and i16. Nothing special todo as it's the
authorChad Rosier <mcrosier@apple.com>
Tue, 8 Nov 2011 00:03:32 +0000 (00:03 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 8 Nov 2011 00:03:32 +0000 (00:03 +0000)
commit0eff39f2e25e9d8dd52b1eb7fa4e7cc6cc77875f
tree4c1b735cc6c4946c2b97d03ab112fffdc4fdf6b0
parent02e5fb0f5853aca232b134de8e8c88333a36d5c0
Enable support for returning i1, i8, and i16.  Nothing special todo as it's the
callee's responsibility to sign or zero-extend the return value.  The additional
test case just checks to make sure the calls are selected (i.e., -fast-isel-abort
doesn't assert).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144047 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMFastISel.cpp
test/CodeGen/ARM/fast-isel-call.ll