Dan Gohman | 6cb8c23 | 2010-08-26 15:41:53 +0000 | [diff] [blame] | 1 | ; This file is for use with metadata-a.ll |
2 | ; RUN: true | ||||
3 | |||||
4 | define void @goo(i32 %b) nounwind { | ||||
5 | entry: | ||||
6 | ret void, !attach !0, !and !{ i32 %b } | ||||
7 | } | ||||
8 | |||||
9 | !0 = metadata !{i32 524334, void (i32)* @goo} |