Skip to content

Commit 6caf3fb

Browse files
committed
Fix Assembler/disubprogram.ll after e17f52d
1 parent 9b86b70 commit 6caf3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Assembler/disubprogram.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ define void @_Z3foov() !dbg !9 {
2525
isOptimized: true, flags: "-O2",
2626
splitDebugFilename: "abc.debug", emissionKind: 2)
2727

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

3131
; CHECK: !10 = distinct !DISubprogram(name: "foo", linkageName: "_Zfoov", scope: !1, file: !2, line: 7, type: !3, scopeLine: 8, containingType: !4, virtualIndex: 10, thisAdjustment: 3, flags: DIFlagPrototyped | DIFlagNoReturn, spFlags: DISPFlagPureVirtual | DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !8, templateParams: !5, declaration: !9, retainedNodes: !6)
3232
!10 = distinct !DISubprogram(name: "foo", linkageName: "_Zfoov", scope: !1,

0 commit comments

Comments
 (0)