forked from OSchip/llvm-project
Disable the atom scheduling test after r154874 broke it.
llvm-svn: 154877
This commit is contained in:
parent
35f6e12bf0
commit
1f05b5a4ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue