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