diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/nodebug_with_debug_loc.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/nodebug_with_debug_loc.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/DebugInfo/X86/nodebug_with_debug_loc.ll b/llvm/test/DebugInfo/X86/nodebug_with_debug_loc.ll index df2ef6c5046..cc9a8747280 100644 --- a/llvm/test/DebugInfo/X86/nodebug_with_debug_loc.ll +++ b/llvm/test/DebugInfo/X86/nodebug_with_debug_loc.ll @@ -123,12 +123,12 @@ attributes #3 = { nounwind } !23 = !{i32 2, !"Dwarf Version", i32 4} !24 = !{i32 2, !"Debug Info Version", i32 2} !25 = !{!"clang version 3.5.0 "} -!26 = !{i32 15, i32 0, !11, null} +!26 = !MDLocation(line: 15, scope: !11) !27 = !{!"0x101\00lhs\0016777229\000", !17, !12, !20, !28} ; [ DW_TAG_arg_variable ] [lhs] [line 13] -!28 = !{i32 16, i32 0, !11, null} -!29 = !{i32 13, i32 0, !17, !28} -!30 = !{i32 17, i32 0, !11, null} -!31 = !{i32 18, i32 0, !11, null} +!28 = !MDLocation(line: 16, scope: !11) +!29 = !MDLocation(line: 13, scope: !17, inlinedAt: !28) +!30 = !MDLocation(line: 17, scope: !11) +!31 = !MDLocation(line: 18, scope: !11) !32 = !{!33, !34, i64 0} !33 = !{!"_ZTS6string", !34, i64 0} !34 = !{!"any pointer", !35, i64 0} |