From: Dale Johannesen Date: Tue, 18 May 2010 20:47:04 +0000 (+0000) Subject: Test passed on ppc, to my surprise; if it worked X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0182fa2e384034fbbe1326fa887bb537c05d4525;p=oota-llvm.git Test passed on ppc, to my surprise; if it worked there it may work everywhere... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104053 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/2010-05-18-asmsched.c b/test/FrontendC/2010-05-18-asmsched.c index 101f494a38c..34abbe3e5c5 100644 --- a/test/FrontendC/2010-05-18-asmsched.c +++ b/test/FrontendC/2010-05-18-asmsched.c @@ -1,6 +1,4 @@ // RUN: %llvmgcc %s -c -O3 -m64 -emit-llvm -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck %s -// XFAIL: * -// XTARGET: x86,i386,i686 // r9 used to be clobbered before its value was moved to r10. 7993104. void foo(int x, int y) {