view test/Bitcode/DISubprogram-distinct-definitions.ll @ 115:95b91bc9a2f8

cleanupflag
author mir3636
date Fri, 05 Aug 2016 19:04:52 +0900
parents afa8332a0e37
children 1172e4bd9c6f
line wrap: on
line source

; RUN: llvm-dis < %s.bc | FileCheck %s
; Check that subprogram definitions are correctly upgraded to 'distinct'.
; Bitcode compiled from r245235 of the 3.7 release branch.

!named = !{!0}
!0 = distinct !DICompileUnit(language: 12, file: !1, subprograms: !2)
!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
!2 = !{!3}

; CHECK: = distinct !DISubprogram({{.*}}, isDefinition: true
!3 = !DISubprogram(name: "foo", isDefinition: true)