Make this test darwin specific.
[oota-llvm.git] / test / FrontendC / 2010-06-24-DbgInlinedFnParameter.c
index 63be6d5bec0b60b66eb22e7a2e87b704a355b3e0..bc31ad7fbe9b214756f253ee422b176d9cf841c3 100644 (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)