blob: 670d2045f8ecf2387926d701d188da1eba7f23ce [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -mtriple=arm-linuxeabi-unknown-gnu -mattr=+v6
Evan Chengcaab1292009-05-06 18:25:01 +00002; PR4166
3
4 %"byte[]" = type { i32, i8* }
5 %tango.time.Time.Time = type { i64 }
6
7define fastcc void @t() {
8entry:
9 %tmp28 = call fastcc i1 null(i32* null, %"byte[]" undef, %"byte[]" undef, %tango.time.Time.Time* byval null) ; <i1> [#uses=0]
10 ret void
11}