This test now passes.

llvm-svn: 43183
This commit is contained in:
Devang Patel 2007-10-19 17:11:01 +00:00
parent f93fa13de7
commit c0ced49a14
1 changed files with 1 additions and 1 deletions

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) {