Refix XTARGET. Previous attempt matches on powerpc-apple-darwin,

although I don't see why.

llvm-svn: 107090
This commit is contained in:
Dale Johannesen 2010-06-28 22:45:33 +00:00
parent 65cd5ba74d
commit 764b056c30
1 changed files with 1 additions and 1 deletions

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*darwin,i686*darwin,x86*darwin
// XTARGET: i386-apple-darwin,x86_64-apple-darwin,i686-apple-darwin
void quarterAsm(int array[], int len)
{