mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
142428ce64
llvm-svn: 81293
12 lines
315 B
LLVM
12 lines
315 B
LLVM
; RUN: llc < %s -mtriple=arm-linuxeabi-unknown-gnu -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
|
|
}
|