summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-08-20 21:18:55 +0000
committerDale Johannesen <dalej@apple.com>2010-08-20 21:18:55 +0000
commit74c1f8ed7bd5b091214ce0f2e8ece83d45444f04 (patch)
tree3cf8d537126b8d993e1fb9f917fde456fd5191a3 /llvm/test/FrontendC
parentff3d01d0b784b28d887e846b0368fbd954ede202 (diff)
downloadbcm5719-llvm-74c1f8ed7bd5b091214ce0f2e8ece83d45444f04.tar.gz
bcm5719-llvm-74c1f8ed7bd5b091214ce0f2e8ece83d45444f04.zip
Test should pass on non-Darwin x86.
llvm-svn: 111678
Diffstat (limited to 'llvm/test/FrontendC')
-rw-r--r--llvm/test/FrontendC/misaligned-param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/misaligned-param.c b/llvm/test/FrontendC/misaligned-param.c
index f2c080390c9..8118ce49ccd 100644
--- a/llvm/test/FrontendC/misaligned-param.c
+++ b/llvm/test/FrontendC/misaligned-param.c
@@ -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) {
OpenPOWER on IntegriCloud