diff options
Diffstat (limited to 'llvm/test/CodeGen/XCore/dwarf_debug.ll')
-rw-r--r-- | llvm/test/CodeGen/XCore/dwarf_debug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/XCore/dwarf_debug.ll b/llvm/test/CodeGen/XCore/dwarf_debug.ll index ba71dc798a0..40dc8c26b7e 100644 --- a/llvm/test/CodeGen/XCore/dwarf_debug.ll +++ b/llvm/test/CodeGen/XCore/dwarf_debug.ll @@ -33,6 +33,6 @@ declare void @llvm.dbg.declare(metadata, metadata, metadata) !8 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) !9 = !{i32 2, !"Dwarf Version", i32 4} !10 = !{i32 2, !"Debug Info Version", i32 3} -!11 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "a", line: 2, arg: 1, scope: !4, file: !1, type: !8) +!11 = !DILocalVariable(name: "a", line: 2, arg: 1, scope: !4, file: !1, type: !8) !12 = !DILocation(line: 2, scope: !4) |