Skip to content

Commit 7d0556f

Browse files
committed
Fix DISubprogram-v4.ll after e17f52d
1 parent 76eb163 commit 7d0556f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/Bitcode/DISubprogram-v4.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ define void @_Z3foov() !dbg !9 {
2424
!8 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang",
2525
file: !2, isOptimized: true, flags: "-O2")
2626

27-
; CHECK: !9 = !DISubprogram(scope: null, spFlags: 0)
28-
!9 = !DISubprogram(isDefinition: false)
27+
; CHECK: !9 = distinct !DISubprogram(scope: null, spFlags: 0)
28+
!9 = distinct !DISubprogram(isDefinition: false)
2929

3030
; CHECK: !10 = distinct !DISubprogram({{.*}}, spFlags: DISPFlagPureVirtual | DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized,
3131
!10 = distinct !DISubprogram(name: "foo", linkageName: "_Zfoov", scope: !1,
-36 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)