mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 13:44:28 +00:00
Evan has implemented this on ppc, so run the test there.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51166 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ef8de30fa
commit
e31d87495a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user