Add a coerce-and-expand ABIArgInfo as a generalization of some
authorJohn McCall <rjmccall@apple.com>
Fri, 11 Mar 2016 04:30:43 +0000 (04:30 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 11 Mar 2016 04:30:43 +0000 (04:30 +0000)
commitf26e73df7568e0d3cb3976c86e646e98d3db6789
tree10d7163ad47e6bdaa567014552e58ef3ea32a1c7
parentc56a8b32840eec263276cd4eddf84a09d1d42e3f
Add a coerce-and-expand ABIArgInfo as a generalization of some
of the things we do with Expand / Direct.

NFC for now, but this will be used by swiftcall expansion.

llvm-svn: 263192
clang/include/clang/CodeGen/CGFunctionInfo.h
clang/lib/CodeGen/CGBuilder.h
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/TargetInfo.cpp