summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atom-sched.ll
diff options
context:
space:
mode:
authorPreston Gurd <preston.gurd@intel.com>2012-04-17 00:21:35 +0000
committerPreston Gurd <preston.gurd@intel.com>2012-04-17 00:21:35 +0000
commit8975f510c0c69ff5a5f33fbb57f00b615a558368 (patch)
tree486fe4cb09262a46f6f54804b6ade1629a2168b1 /test/CodeGen/X86/atom-sched.ll
parent65da6fc8af561e77620bd86b83be8ca50acfdd30 (diff)
downloadllvm-8975f510c0c69ff5a5f33fbb57f00b615a558368.tar.gz
llvm-8975f510c0c69ff5a5f33fbb57f00b615a558368.tar.bz2
llvm-8975f510c0c69ff5a5f33fbb57f00b615a558368.tar.xz
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
Diffstat (limited to 'test/CodeGen/X86/atom-sched.ll')
-rw-r--r--test/CodeGen/X86/atom-sched.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/atom-sched.ll b/test/CodeGen/X86/atom-sched.ll
index a95154469d..4dd9a9e348 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
;