Test should pass on non-Darwin x86.

llvm-svn: 111678
This commit is contained in:
Dale Johannesen 2010-08-20 21:18:55 +00:00
parent 22ad30651b
commit dae647d2ea

View File

@ -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) {