]> granicus.if.org Git - clang/commit
ARM64: make sure the caller is expected to extend in AAPCS.
authorTim Northover <tnorthover@apple.com>
Fri, 18 Apr 2014 13:46:08 +0000 (13:46 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 18 Apr 2014 13:46:08 +0000 (13:46 +0000)
commitaf2bcba81b87ffacfefada5be0afde2d20c365b1
tree124366f8851b6c8a62491f46f8ad93336ba471a6
parenta6bf8b86f490ebce4b6978ce2ae373b865dd33e5
ARM64: make sure the caller is expected to extend in AAPCS.

This is one of those DarwinPCS differences. It'd been caught in
arguments, but not return values.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206594 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/arm64-aapcs-arguments.c