Make this test darwin specific.

llvm-svn: 107025
This commit is contained in:
Devang Patel 2010-06-28 18:04:03 +00:00
parent ebf9da9849
commit 6e34f19b17
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// RUN: %llvmgcc -S -O2 -g %s -o - | llc -O2 -o %t.s
// RUN: grep "# DW_TAG_formal_parameter" %t.s | count 4
// Radar 8122864
// XFAIL: powerpc
// XTARGET: x86,darwin
static int foo(int a, int j) {
int k = 0;
if (a)