Make this test darwin specific.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2010-06-28 18:04:03 +00:00
parent a90c5c7605
commit 3d895b974d

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)