XFAIL this test on powerpc for now.

llvm-svn: 106862
This commit is contained in:
Devang Patel 2010-06-25 17:32:23 +00:00
parent 1dc887cf3b
commit 27510cc623
1 changed files with 1 additions and 0 deletions

View File

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