Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts.

llvm-svn: 108040
This commit is contained in:
Dan Gohman 2010-07-10 09:01:03 +00:00
parent fef30fcd5e
commit bd6a232794

View File

@ -1,7 +1,7 @@
// RUN: %llvmgcc %s -c -m32 -fasm-blocks -o /dev/null
// This should not warn about unreferenced label. 7729514.
// XFAIL: *
// XTARGET: i386-apple-darwin,x86_64-apple-darwin,i686-apple-darwin
// XTARGET: x86,i386,i686
void quarterAsm(int array[], int len)
{