mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
adjust for asmprinter change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3aa8f6bc11
commit
585cfb6821
@ -1,6 +1,6 @@
|
||||
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | \
|
||||
; RUN: grep alloca | grep \\{
|
||||
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {alloca %T}
|
||||
|
||||
%T = type { [80 x i8], i32, i32 }
|
||||
declare i32 @.callback_1(i8*)
|
||||
|
||||
declare void @.iter_2(i32 (i8*)*, i8*)
|
||||
|
Loading…
Reference in New Issue
Block a user