aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CFrontend/2008-03-05-syncPtr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2008-03-05-syncPtr.c b/test/CFrontend/2008-03-05-syncPtr.c
index 6d5be5d5b8..b371c34e6b 100644
--- a/test/CFrontend/2008-03-05-syncPtr.c
+++ b/test/CFrontend/2008-03-05-syncPtr.c
@@ -1,4 +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.
int* foo(int** a, int* b, int* c) {
return __sync_val_compare_and_swap (a, b, c);