[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Linker / uniqued-distinct-cycles.ll
1 ; RUN: llvm-link -o - %s | llvm-dis | FileCheck %s
2
3 ; CHECK: !named = !{!0, !2}
4 !named = !{!0, !2}
5
6 ; CHECK:      !0 = !{!1}
7 ; CHECK-NEXT: !1 = distinct !{!0}
8 !0 = !{!1}
9 !1 = distinct !{!0}
10
11 ; CHECK-NEXT: !2 = distinct !{!3}
12 ; CHECK-NEXT: !3 = !{!2}
13 !2 = distinct !{!3}
14 !3 = !{!2}