diff options
author | Strahinja Petrovic <strahinja.petrovic@rt-rk.com> | 2016-08-05 08:47:26 +0000 |
---|---|---|
committer | Strahinja Petrovic <strahinja.petrovic@rt-rk.com> | 2016-08-05 08:47:26 +0000 |
commit | 30e0ce8e9fc4598388fcd3c4d57894036cdd5903 (patch) | |
tree | ca5c55feadd0372d4ecc959e00f5213d96b8bc1d /clang/lib/Frontend/FrontendAction.cpp | |
parent | 928d7573ddace6e2bd0cd220d661c3e8cbae128e (diff) | |
download | bcm5719-llvm-30e0ce8e9fc4598388fcd3c4d57894036cdd5903.tar.gz bcm5719-llvm-30e0ce8e9fc4598388fcd3c4d57894036cdd5903.zip |
[PowerPC] fix passing long double arguments to function (soft-float)
This patch fixes passing long double type arguments to function in
soft float mode. If there is less than 4 argument registers free
(long double type is mapped in 4 gpr registers in soft float mode)
long double type argument must be passed through stack.
Differential Revision: https://reviews.llvm.org/D20114.
llvm-svn: 277804
Diffstat (limited to 'clang/lib/Frontend/FrontendAction.cpp')
0 files changed, 0 insertions, 0 deletions