Skip to content

Commit

Permalink
Fix broken debug info in in an !llvm.loop attachment in this testcase.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363730 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
adrian-prantl committed Jun 18, 2019
1 parent d46e8d2 commit 1d5e701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Transforms/LoopUnroll/runtime-epilog-debuginfo.ll
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ attributes #1 = { nounwind readnone }
!36 = !DILocation(line: 6, column: 7, scope: !32, inlinedAt: !27)
!37 = !DILocation(line: 5, column: 28, scope: !32, inlinedAt: !27)
!38 = distinct !{!38, !39, !40}
!39 = !DILocation(line: 5, column: 3, scope: !24)
!40 = !DILocation(line: 6, column: 14, scope: !24)
!39 = !DILocation(line: 5, column: 3, scope: !24, inlinedAt: !27)
!40 = !DILocation(line: 6, column: 14, scope: !24, inlinedAt: !27)
!41 = !DILocation(line: 11, column: 12, scope: !42, inlinedAt: !46)
!42 = distinct !DISubprogram(name: "lee2", scope: !1, file: !1, line: 10, type: !9, isLocal: true, isDefinition: true, scopeLine: 10, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !43)
!43 = !{!44, !45}
Expand Down

0 comments on commit 1d5e701

Please sign in to comment.