diff options
Diffstat (limited to 'llvm/test/DebugInfo/incorrect-variable-debugloc.ll')
-rw-r--r-- | llvm/test/DebugInfo/incorrect-variable-debugloc.ll | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/DebugInfo/incorrect-variable-debugloc.ll b/llvm/test/DebugInfo/incorrect-variable-debugloc.ll index 9eaaf773ee4..afccd672f90 100644 --- a/llvm/test/DebugInfo/incorrect-variable-debugloc.ll +++ b/llvm/test/DebugInfo/incorrect-variable-debugloc.ll @@ -375,17 +375,17 @@ attributes #3 = { nounwind readnone } !36 = !{i32 2, !"Dwarf Version", i32 4} !37 = !{i32 2, !"Debug Info Version", i32 2} !38 = !{!"clang version 3.5.0 "} -!39 = !{i32 6, i32 0, !32, !40} -!40 = !{i32 18, i32 0, !22, null} +!39 = !MDLocation(line: 6, scope: !32, inlinedAt: !40) +!40 = !MDLocation(line: 18, scope: !22) !41 = !{!42, !43, i64 0} !42 = !{!"_ZTS1B", !43, i64 0} !43 = !{!"int", !44, i64 0} !44 = !{!"omnipotent char", !45, i64 0} !45 = !{!"Simple C/C++ TBAA"} -!46 = !{i32 17, i32 0, !22, null} -!47 = !{i32 19, i32 0, !22, null} -!48 = !{i32 0, i32 0, !28, null} -!49 = !{i32 22, i32 0, !28, null} -!50 = !{i32 6, i32 0, !32, !51} -!51 = !{i32 23, i32 0, !28, null} -!52 = !{i32 24, i32 0, !28, null} +!46 = !MDLocation(line: 17, scope: !22) +!47 = !MDLocation(line: 19, scope: !22) +!48 = !MDLocation(line: 0, scope: !28) +!49 = !MDLocation(line: 22, scope: !28) +!50 = !MDLocation(line: 6, scope: !32, inlinedAt: !51) +!51 = !MDLocation(line: 23, scope: !28) +!52 = !MDLocation(line: 24, scope: !28) |