diff options
| author | Preston Gurd <preston.gurd@intel.com> | 2012-04-17 00:21:35 +0000 |
|---|---|---|
| committer | Preston Gurd <preston.gurd@intel.com> | 2012-04-17 00:21:35 +0000 |
| commit | 8975f510c0c69ff5a5f33fbb57f00b615a558368 (patch) | |
| tree | 486fe4cb09262a46f6f54804b6ade1629a2168b1 | |
| parent | 65da6fc8af561e77620bd86b83be8ca50acfdd30 (diff) | |
| download | external_llvm-8975f510c0c69ff5a5f33fbb57f00b615a558368.zip external_llvm-8975f510c0c69ff5a5f33fbb57f00b615a558368.tar.gz external_llvm-8975f510c0c69ff5a5f33fbb57f00b615a558368.tar.bz2 | |
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
| -rw-r--r-- | test/CodeGen/X86/atom-sched.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/atom-sched.ll b/test/CodeGen/X86/atom-sched.ll index a951544..4dd9a9e 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 ; |
