From 8975f510c0c69ff5a5f33fbb57f00b615a558368 Mon Sep 17 00:00:00 2001 From: Preston Gurd Date: Tue, 17 Apr 2012 00:21:35 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/atom-sched.ll | 1 + 1 file changed, 1 insertion(+) 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 ; -- 2.34.1