forked from OSchip/llvm-project
The patch corresponding to this test had to be reverted as unsafe.
llvm-svn: 28479
This commit is contained in:
parent
0853700582
commit
d0754ad9e6
|
@ -1,4 +1,5 @@
|
||||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep undef
|
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep undef
|
||||||
|
; XFAIL: *
|
||||||
|
|
||||||
%str = constant [4 x ubyte] c"str\00"
|
%str = constant [4 x ubyte] c"str\00"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue