1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

This test now passes.

llvm-svn: 43183
This commit is contained in:
Devang Patel 2007-10-19 17:11:01 +00:00
parent f04f8f28fc
commit d002595abf

View File

@ -1,6 +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) {