DI: Reverse direction of subprogram -> function edge.
[oota-llvm.git] / test / Linker / Inputs / distinct.ll
1 @global = linkonce global i32 0
2
3 !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8}
4
5 !0 = !{}
6 !1 = !{!0}
7 !2 = !{i32* @global}
8 !3 = distinct !{}
9 !4 = distinct !{!0}
10 !5 = distinct !{i32* @global}
11 !6 = !{!3}
12 !7 = !{!4}
13 !8 = !{!5}