diff options
Diffstat (limited to 'llvm/test/Transforms/Scalarizer/dbginfo.ll')
-rw-r--r-- | llvm/test/Transforms/Scalarizer/dbginfo.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/Scalarizer/dbginfo.ll b/llvm/test/Transforms/Scalarizer/dbginfo.ll index 3770a3e8c64..cd6b52f9089 100644 --- a/llvm/test/Transforms/Scalarizer/dbginfo.ll +++ b/llvm/test/Transforms/Scalarizer/dbginfo.ll @@ -72,9 +72,9 @@ attributes #1 = { nounwind readnone } !12 = !{!13} !13 = !DISubrange(count: 4) !14 = !{!15, !16, !17} -!15 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "a", line: 3, arg: 1, scope: !4, file: !5, type: !8) -!16 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "b", line: 3, arg: 2, scope: !4, file: !5, type: !8) -!17 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "c", line: 3, arg: 3, scope: !4, file: !5, type: !8) +!15 = !DILocalVariable(name: "a", line: 3, arg: 1, scope: !4, file: !5, type: !8) +!16 = !DILocalVariable(name: "b", line: 3, arg: 2, scope: !4, file: !5, type: !8) +!17 = !DILocalVariable(name: "c", line: 3, arg: 3, scope: !4, file: !5, type: !8) !18 = !{i32 2, !"Dwarf Version", i32 4} !19 = !{!"clang version 3.4 (trunk 194134) (llvm/trunk 194126)"} !20 = !DILocation(line: 3, scope: !4) |