mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 17:29:03 +00:00
Apparently only Darwin passes long double misaligned. Compensate.
llvm-svn: 112748
This commit is contained in:
parent
69ffc23491
commit
8ac2805d6f
@ -1,7 +1,7 @@
|
||||
// RUN: %llvmgcc %s -m32 -S -o - | FileCheck %s
|
||||
// Misaligned parameter must be memcpy'd to correctly aligned temporary.
|
||||
// XFAIL: *
|
||||
// XTARGET: i386,i686,x86_64
|
||||
// XTARGET: i386-apple-darwin,i686-apple-darwin,x86_64-apple-darwin
|
||||
|
||||
struct s { int x; long double y; };
|
||||
long double foo(struct s x, int i, struct s y) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user