diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/debug-info-no-frame.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/debug-info-no-frame.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/debug-info-no-frame.ll b/llvm/test/CodeGen/ARM/debug-info-no-frame.ll index e00563cc47c..ec8d17f769b 100644 --- a/llvm/test/CodeGen/ARM/debug-info-no-frame.ll +++ b/llvm/test/CodeGen/ARM/debug-info-no-frame.ll @@ -30,7 +30,7 @@ attributes #1 = { nounwind readnone } !6 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed) !7 = !{i32 2, !"Dwarf Version", i32 4} !8 = !{i32 2, !"Debug Info Version", i32 3} -!9 = !DILocalVariable(tag: DW_TAG_auto_variable, name: "Depth", scope: !3, file: !1, line: 3, type: !6) +!9 = !DILocalVariable(name: "Depth", scope: !3, file: !1, line: 3, type: !6) !10 = !DIExpression() !11 = !DILocation(line: 3, column: 9, scope: !3) !12 = !DILocation(line: 7, column: 5, scope: !3) |