Anton Korobeynikov | e6ca811 | 2008-07-05 23:03:46 +0000 | [diff] [blame^] | 1 | ; This file is used by 2008-07-06-AliasFnDecl2.ll |
2 | ; RUN: true | ||||
3 | |||||
4 | define void @c() nounwind { | ||||
5 | entry: | ||||
6 | call void @b( ) nounwind | ||||
7 | br label %return | ||||
8 | |||||
9 | return: | ||||
10 | ret void | ||||
11 | } | ||||
12 | |||||
13 | declare void @b() |