mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Test should pass on non-Darwin x86.
llvm-svn: 111678
This commit is contained in:
parent
22ad30651b
commit
dae647d2ea
@ -1,7 +1,7 @@
|
||||
// RUN: %llvmgcc %s -m32 -S -o - | FileCheck %s
|
||||
// Misaligned parameter must be memcpy'd to correctly aligned temporary.
|
||||
// XFAIL: *
|
||||
// XTARGET: x86_64-apple-darwin,i386-apple-darwin
|
||||
// XTARGET: i386,i686,x86_64
|
||||
|
||||
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