diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/debug_and_nodebug_CUs.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/debug_and_nodebug_CUs.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/X86/debug_and_nodebug_CUs.ll b/llvm/test/DebugInfo/X86/debug_and_nodebug_CUs.ll index 8347893ccf3..987348c1f9b 100644 --- a/llvm/test/DebugInfo/X86/debug_and_nodebug_CUs.ll +++ b/llvm/test/DebugInfo/X86/debug_and_nodebug_CUs.ll @@ -65,15 +65,15 @@ entry: !5 = !{!"clang version 5.0.0 (trunk 294362) (llvm/trunk 294367)"} !6 = !{i32 2, !"Dwarf Version", i32 4} !7 = !{i32 2, !"Debug Info Version", i32 3} -!8 = distinct !DISubprogram(name: "f2", linkageName: "_Z2f2v", scope: !1, file: !1, line: 2, type: !9, isLocal: false, isDefinition: true, scopeLine: 2, flags: DIFlagPrototyped, isOptimized: false, unit: !0, variables: !2) +!8 = distinct !DISubprogram(name: "f2", linkageName: "_Z2f2v", scope: !1, file: !1, line: 2, type: !9, isLocal: false, isDefinition: true, scopeLine: 2, flags: DIFlagPrototyped, isOptimized: false, unit: !0, retainedNodes: !2) !9 = !DISubroutineType(types: !10) !10 = !{null} !11 = !DILocation(line: 3, column: 3, scope: !8) !12 = !DILocation(line: 4, column: 1, scope: !8) -!13 = distinct !DISubprogram(name: "f4", linkageName: "_Z2f4v", scope: !1, file: !1, line: 6, type: !9, isLocal: false, isDefinition: true, scopeLine: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, variables: !2) +!13 = distinct !DISubprogram(name: "f4", linkageName: "_Z2f4v", scope: !1, file: !1, line: 6, type: !9, isLocal: false, isDefinition: true, scopeLine: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, retainedNodes: !2) !14 = !DILocation(line: 3, column: 3, scope: !8, inlinedAt: !15) !15 = distinct !DILocation(line: 3, column: 3, scope: !16, inlinedAt: !18) -!16 = distinct !DISubprogram(name: "f3", scope: !4, file: !4, line: 2, type: !17, isLocal: false, isDefinition: true, scopeLine: 2, flags: DIFlagPrototyped, isOptimized: false, unit: !3, variables: !2) +!16 = distinct !DISubprogram(name: "f3", scope: !4, file: !4, line: 2, type: !17, isLocal: false, isDefinition: true, scopeLine: 2, flags: DIFlagPrototyped, isOptimized: false, unit: !3, retainedNodes: !2) !17 = !DISubroutineType(types: !2) !18 = distinct !DILocation(line: 7, column: 3, scope: !13) !19 = !DILocation(line: 8, column: 1, scope: !13) |