forked from OSchip/llvm-project
parent
c7f3981b27
commit
9497767458
|
@ -1,5 +1,6 @@
|
|||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep call
|
||||
; RUN: llvm-as < %s | opt -std-compile-opts | llvm-dis | not grep xyz
|
||||
; XFAIL: *
|
||||
@.str = internal constant [4 x i8] c"xyz\00" ; <[4 x i8]*> [#uses=1]
|
||||
|
||||
define void @foo(i8* %P) {
|
||||
|
|
Loading…
Reference in New Issue