diff options
Diffstat (limited to 'llvm/test/DebugInfo/varargs.ll')
-rw-r--r-- | llvm/test/DebugInfo/varargs.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/varargs.ll b/llvm/test/DebugInfo/varargs.ll index 523a20feb6c..907d2e309a5 100644 --- a/llvm/test/DebugInfo/varargs.ll +++ b/llvm/test/DebugInfo/varargs.ll @@ -93,10 +93,10 @@ attributes #1 = { nounwind readnone } !19 = !{i32 1, !"Debug Info Version", i32 2} !20 = !{!"clang version 3.5 "} !21 = !{!"0x101\00c\0016777229\000", !14, !15, !10} ; [ DW_TAG_arg_variable ] [c] [line 13] -!22 = !{i32 13, i32 0, !14, null} +!22 = !MDLocation(line: 13, scope: !14) !23 = !{!"0x100\00a\0016\000", !14, !15, !4} ; [ DW_TAG_auto_variable ] [a] [line 16] -!24 = !{i32 16, i32 0, !14, null} +!24 = !MDLocation(line: 16, scope: !14) !25 = !{!"0x100\00fptr\0018\000", !14, !15, !26} ; [ DW_TAG_auto_variable ] [fptr] [line 18] !26 = !{!"0xf\00\000\0064\0064\000\000", null, null, !16} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [from ] -!27 = !{i32 18, i32 0, !14, null} -!28 = !{i32 22, i32 0, !14, null} +!27 = !MDLocation(line: 18, scope: !14) +!28 = !MDLocation(line: 22, scope: !14) |