Evan has implemented this on ppc, so run the test there.

llvm-svn: 51166
This commit is contained in:
Dale Johannesen 2008-05-15 22:22:37 +00:00
parent 29e59ad6c9
commit 5c7dd286a4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// RUN: %llvmgcc %s -S -emit-llvm -o - | grep llvm.atomic
// XFAIL: powerpc|sparc-sun-solaris2|arm|ia64
// Feature currently implemented only for x86 and alpha.
// XFAIL: sparc-sun-solaris2|arm|ia64
// Feature currently implemented only for x86, alpha, powerpc.
int* foo(int** a, int* b, int* c) {
return __sync_val_compare_and_swap (a, b, c);