mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
This test now passes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user