[llvm-commits] [llvm] r95265 - /llvm/trunk/test/FrontendC/2010-01-13-MemBarrier.c
Dale Johannesen
dalej at apple.com
Wed Feb 3 14:33:17 PST 2010
Author: johannes
Date: Wed Feb 3 16:33:17 2010
New Revision: 95265
URL: http://llvm.org/viewvc/llvm-project?rev=95265&view=rev
Log:
This test passes now on ppc darwin; if it doesn't pass
on some other ppc say something on the list.
Modified:
llvm/trunk/test/FrontendC/2010-01-13-MemBarrier.c
Modified: llvm/trunk/test/FrontendC/2010-01-13-MemBarrier.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2010-01-13-MemBarrier.c?rev=95265&r1=95264&r2=95265&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2010-01-13-MemBarrier.c (original)
+++ llvm/trunk/test/FrontendC/2010-01-13-MemBarrier.c Wed Feb 3 16:33:17 2010
@@ -1,5 +1,5 @@
// RUN: %llvmgcc %s -S -emit-llvm -o - | FileCheck %s
-// XFAIL: sparc,powerpc
+// XFAIL: sparc
// rdar://7536390
unsigned t(unsigned *ptr, unsigned val) {
More information about the llvm-commits
mailing list