From: Preston Gurd Date: Tue, 17 Apr 2012 00:21:35 +0000 (+0000) Subject: temporarily XFAIL this test until post RA X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8975f510c0c69ff5a5f33fbb57f00b615a558368;p=oota-llvm.git temporarily XFAIL this test until post RA live-ins is properly enabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154882 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/atom-sched.ll b/test/CodeGen/X86/atom-sched.ll index a95154469d4..4dd9a9e3481 100644 --- a/test/CodeGen/X86/atom-sched.ll +++ b/test/CodeGen/X86/atom-sched.ll @@ -1,3 +1,4 @@ +; XFAIL: * ; RUN: llc <%s -O2 -mcpu=atom -march=x86 -relocation-model=static | FileCheck -check-prefix=atom %s ; RUN: llc <%s -O2 -mcpu=core2 -march=x86 -relocation-model=static | FileCheck %s ;