Venkatraman Govindaraju | 7d29ffb | 2011-01-12 03:18:21 +0000 | [diff] [blame^] | 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 |