1 ; RUN: llvm-dis < %s.bc | FileCheck %s 2 ; Check that subprogram definitions are correctly upgraded to 'distinct'. 3 ; Bitcode compiled from r245235 of the 3.7 release branch. 4 5 !named = !{!0} 6 !0 = distinct !DICompileUnit(language: 12, file: !1, subprograms: !2) 7 !1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") 8 !2 = !{!3} 9 10 ; CHECK: = distinct !DISubprogram({{.*}}, isDefinition: true 11 !3 = !DISubprogram(name: "foo", isDefinition: true) 12