Mercurial > hg > CbC > CbC_llvm
view test/Linker/uniqued-distinct-cycles.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
; 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}