1 ; RUN: llc -march=sparc -O0 <%s 2 3 define void @test() nounwind { 4 entry: 5 %0 = tail call i32 (...)* @foo() nounwind 6 tail call void (...)* @bar() nounwind 7 ret void 8 } 9 10 declare i32 @foo(...) 11 12 declare void @bar(...) 13 14