1 ; RUN: llc < %s -march=sparc
4 ; CHECK: st %i0, [%sp+64]
7 %struct = type { i32, i32 }
9 define void @test() nounwind {
11 %tmp = alloca %struct, align 4
12 call void bitcast (void ()* @func to void (%struct*)*)
13 (%struct* nonnull sret(%struct) %tmp)