forked from OSchip/llvm-project
[XCore] Remove XFAIL: xcore from passing test.
The pass can be seen on staging buildbot clang-xcore-ubuntu-20-x64. Differential Revision: https://reviews.llvm.org/D98352
This commit is contained in:
parent
1ba5c550d4
commit
1a6ab32f33
|
@ -1,6 +1,6 @@
|
|||
; Test that opaque constants are not creating an infinite DAGCombine loop
|
||||
; RUN: llc < %s
|
||||
; XFAIL: r600, xcore
|
||||
; XFAIL: r600
|
||||
|
||||
@a = common global i32* null, align 8
|
||||
@c = common global i32 0, align 4
|
||||
|
|
Loading…
Reference in New Issue