diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/dbg-value-dag-combine.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/dbg-value-dag-combine.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-value-dag-combine.ll b/llvm/test/DebugInfo/X86/dbg-value-dag-combine.ll index 24d6a8ea25f..9392da952f9 100644 --- a/llvm/test/DebugInfo/X86/dbg-value-dag-combine.ll +++ b/llvm/test/DebugInfo/X86/dbg-value-dag-combine.ll @@ -32,16 +32,16 @@ entry: !5 = !{!"0xf\00\000\0032\0032\000\000", null, !2, !6} ; [ DW_TAG_pointer_type ] !6 = !{!"0x24\00unsigned int\000\0032\0032\000\000\007", null, !2} ; [ DW_TAG_base_type ] !7 = !{!"0x101\00ip\001\000", !0, !1, !5} ; [ DW_TAG_arg_variable ] -!8 = !{i32 1, i32 42, !0, null} +!8 = !MDLocation(line: 1, column: 42, scope: !0) !9 = !{!"0x100\00gid\003\000", !10, !1, !6} ; [ DW_TAG_auto_variable ] !10 = !{!"0xb\002\001\000", !19, !0} ; [ DW_TAG_lexical_block ] -!11 = !{i32 3, i32 41, !10, null} +!11 = !MDLocation(line: 3, column: 41, scope: !10) !12 = !{i32 0} !13 = !{!"0x100\00idx\004\000", !10, !1, !6} ; [ DW_TAG_auto_variable ] -!14 = !{i32 4, i32 20, !10, null} -!15 = !{i32 5, i32 15, !10, null} -!16 = !{i32 6, i32 18, !10, null} -!17 = !{i32 7, i32 1, !0, null} +!14 = !MDLocation(line: 4, column: 20, scope: !10) +!15 = !MDLocation(line: 5, column: 15, scope: !10) +!16 = !MDLocation(line: 6, column: 18, scope: !10) +!17 = !MDLocation(line: 7, column: 1, scope: !0) !18 = !{!0} !19 = !{!"OCL6368.tmp.cl", !"E:\5CUsers\5Cmvillmow.AMD\5CAppData\5CLocal\5CTemp"} !20 = !{i32 1, !"Debug Info Version", i32 2} |