diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/dbg-value-location.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/dbg-value-location.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-value-location.ll b/llvm/test/DebugInfo/X86/dbg-value-location.ll index 9365310dac8..015ec89ec4c 100644 --- a/llvm/test/DebugInfo/X86/dbg-value-location.ll +++ b/llvm/test/DebugInfo/X86/dbg-value-location.ll @@ -63,14 +63,14 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnon !10 = !{!11} !11 = !{!"0x24\00unsigned char\000\008\008\000\000\008", null, !2} ; [ DW_TAG_base_type ] !12 = !{!"0x101\00var\0019509\000", !0, !1, !5} ; [ DW_TAG_arg_variable ] -!13 = !{i32 19509, i32 20, !0, null} -!14 = !{i32 18091, i32 2, !15, !17} +!13 = !MDLocation(line: 19509, column: 20, scope: !0) +!14 = !MDLocation(line: 18091, column: 2, scope: !15, inlinedAt: !17) !15 = !{!"0xb\0018086\001\00748", !26, !16} ; [ DW_TAG_lexical_block ] !16 = !{!"0x2e\00foo_bar\00foo_bar\00\0018086\001\001\000\006\00256\001\000", !26, !1, !3, null, null, null, null, null} ; [ DW_TAG_subprogram ] [line 18086] [local] [def] [scope 0] [foo_bar] -!17 = !{i32 19514, i32 2, !18, null} +!17 = !MDLocation(line: 19514, column: 2, scope: !18) !18 = !{!"0xb\0019510\001\0099", !26, !0} ; [ DW_TAG_lexical_block ] -!22 = !{i32 18094, i32 2, !15, !17} -!23 = !{i32 19524, i32 1, !18, null} +!22 = !MDLocation(line: 18094, column: 2, scope: !15, inlinedAt: !17) +!23 = !MDLocation(line: 19524, column: 1, scope: !18) !24 = !{!0, !6, !7, !8, !16} !25 = !{!"0x29", !27} ; [ DW_TAG_file_type ] !26 = !{!"/tmp/f.c", !"/tmp"} |