Mercurial > hg > CbC > CbC_llvm
view test/Linker/distinct-cycles.ll @ 146:3fc4d5c3e21e
set tail call flag for code segment in CGCAll
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 23 Dec 2018 19:23:36 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line source
; RUN: llvm-link -o - -S %s | FileCheck %s ; Crasher for PR22456: MapMetadata() should resolve all cycles. ; CHECK: !named = !{!0} !named = !{!0} ; CHECK: !0 = distinct !{!1} !0 = distinct !{!1} ; CHECK-NEXT: !1 = !{!2} ; CHECK-NEXT: !2 = !{!1} !1 = !{!2} !2 = !{!1}