You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
281 B
15 lines
281 B
4 months ago
|
; RUN: llvm-link -o - %s | llvm-dis | FileCheck %s
|
||
|
|
||
|
; CHECK: !named = !{!0, !2}
|
||
|
!named = !{!0, !2}
|
||
|
|
||
|
; CHECK: !0 = !{!1}
|
||
|
; CHECK-NEXT: !1 = distinct !{!0}
|
||
|
!0 = !{!1}
|
||
|
!1 = distinct !{!0}
|
||
|
|
||
|
; CHECK-NEXT: !2 = distinct !{!3}
|
||
|
; CHECK-NEXT: !3 = !{!2}
|
||
|
!2 = distinct !{!3}
|
||
|
!3 = !{!2}
|