mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-16 11:05:54 +00:00
7d2568ca3c
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103265 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
315 B
LLVM
12 lines
315 B
LLVM
; RUN: llc < %s -mtriple=arm-unknown-linux-gnueabi -mattr=+v6
|
|
; PR4166
|
|
|
|
%"byte[]" = type { i32, i8* }
|
|
%tango.time.Time.Time = type { i64 }
|
|
|
|
define fastcc void @t() {
|
|
entry:
|
|
%tmp28 = call fastcc i1 null(i32* null, %"byte[]" undef, %"byte[]" undef, %tango.time.Time.Time* byval null) ; <i1> [#uses=0]
|
|
ret void
|
|
}
|