diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/pr12831.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/pr12831.ll | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/llvm/test/DebugInfo/X86/pr12831.ll b/llvm/test/DebugInfo/X86/pr12831.ll index c7f31849d65..5adaeaf7d31 100644 --- a/llvm/test/DebugInfo/X86/pr12831.ll +++ b/llvm/test/DebugInfo/X86/pr12831.ll @@ -210,29 +210,29 @@ entry: !132 = !{!"0x24\00bool\000\008\008\000\000\002", null, null} ; [ DW_TAG_base_type ] !133 = !{!"0x101\00this\0016777235\0064", !5, !6, !134} ; [ DW_TAG_arg_variable ] !134 = !{!"0xf\00\000\0064\0064\000\000", null, null, !10} ; [ DW_TAG_pointer_type ] -!135 = !{i32 19, i32 39, !5, null} -!136 = !{i32 20, i32 17, !137, null} +!135 = !MDLocation(line: 19, column: 39, scope: !5) +!136 = !MDLocation(line: 20, column: 17, scope: !137) !137 = !{!"0xb\0019\0051\000", !6, !5} ; [ DW_TAG_lexical_block ] -!138 = !{i32 23, i32 17, !137, null} -!139 = !{i32 26, i32 15, !137, null} +!138 = !MDLocation(line: 23, column: 17, scope: !137) +!139 = !MDLocation(line: 26, column: 15, scope: !137) !140 = !{!"0x101\00this\0016777224\0064", !106, !6, !141} ; [ DW_TAG_arg_variable ] !141 = !{!"0xf\00\000\0064\0064\000\000", null, null, !20} ; [ DW_TAG_pointer_type ] -!142 = !{i32 8, i32 45, !106, null} +!142 = !MDLocation(line: 8, column: 45, scope: !106) !143 = !{!"0x101\00__f\0033554440\000", !106, !6, !61} ; [ DW_TAG_arg_variable ] -!144 = !{i32 8, i32 63, !106, null} -!145 = !{i32 9, i32 9, !146, null} +!144 = !MDLocation(line: 8, column: 63, scope: !106) +!145 = !MDLocation(line: 9, column: 9, scope: !146) !146 = !{!"0xb\008\0081\001", !6, !106} ; [ DW_TAG_lexical_block ] -!147 = !{i32 10, i32 13, !146, null} -!148 = !{i32 4, i32 5, !149, null} +!147 = !MDLocation(line: 10, column: 13, scope: !146) +!148 = !MDLocation(line: 4, column: 5, scope: !149) !149 = !{!"0xb\003\00105\002", !6, !107} ; [ DW_TAG_lexical_block ] !150 = !{!"0x101\00this\0016777224\0064", !126, !6, !141} ; [ DW_TAG_arg_variable ] -!151 = !{i32 8, i32 45, !126, null} +!151 = !MDLocation(line: 8, column: 45, scope: !126) !152 = !{!"0x101\00__f\0033554440\000", !126, !6, !26} ; [ DW_TAG_arg_variable ] -!153 = !{i32 8, i32 63, !126, null} -!154 = !{i32 9, i32 9, !155, null} +!153 = !MDLocation(line: 8, column: 63, scope: !126) +!154 = !MDLocation(line: 9, column: 9, scope: !155) !155 = !{!"0xb\008\0081\003", !6, !126} ; [ DW_TAG_lexical_block ] -!156 = !{i32 10, i32 13, !155, null} -!157 = !{i32 4, i32 5, !158, null} +!156 = !MDLocation(line: 10, column: 13, scope: !155) +!157 = !MDLocation(line: 4, column: 5, scope: !158) !158 = !{!"0xb\003\00105\004", !6, !127} ; [ DW_TAG_lexical_block ] !159 = !{!"0x29", !161} ; [ DW_TAG_file_type ] !160 = !{!"BPLFunctionWriter2.ii", !"/home/peter/crashdelta"} |