Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
[oota-llvm.git] / test / FrontendC / misaligned-param.c
index 8118ce49ccd32f94a79be8b22a4b4dca9befceb1..b4fcfe312f5af9e831d098f5b731b8d7ee11d253 100644 (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: 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) {