Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | opt -deadargelim -disable-output |
2 | |||||
3 | implementation | ||||
4 | |||||
5 | internal csretcc void %build_delaunay({int}* %agg.result) { | ||||
6 | ret void | ||||
7 | } | ||||
8 | |||||
9 | void %test() { | ||||
10 | call csretcc void %build_delaunay({int}* null) | ||||
11 | ret void | ||||
12 | } | ||||
13 |