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)
commit4dab69815c9357b7c2b3fe91718e569cc5c0ac6a
tree84de4a2afe93ba79f114957f0257d513cbf34867
parent561c4db707a600d6902c2c345ec37c4349a11c87
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.

llvm-svn: 206594
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGen/arm64-aapcs-arguments.c