Disable the atom scheduling test after r154874 broke it.

llvm-svn: 154877
This commit is contained in:
Chandler Carruth 2012-04-16 23:11:39 +00:00
parent 35f6e12bf0
commit 1f05b5a4ec
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
; 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
;
; FIXME: Atom's scheduler is temporarily disabled.
; XFAIL: *
@a = common global i32 0, align 4
@b = common global i32 0, align 4