diff options
Diffstat (limited to 'llvm/test/Transforms/SLPVectorizer/X86/debug_info.ll')
-rw-r--r-- | llvm/test/Transforms/SLPVectorizer/X86/debug_info.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/Transforms/SLPVectorizer/X86/debug_info.ll b/llvm/test/Transforms/SLPVectorizer/X86/debug_info.ll index 1d349fbc98b..abee028ea8d 100644 --- a/llvm/test/Transforms/SLPVectorizer/X86/debug_info.ll +++ b/llvm/test/Transforms/SLPVectorizer/X86/debug_info.ll @@ -69,11 +69,11 @@ attributes #1 = { nounwind readnone } !9 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !10) !10 = !DIBasicType(tag: DW_TAG_base_type, name: "double", size: 64, align: 64, encoding: DW_ATE_float) !11 = !{!12, !13, !14, !15, !16} -!12 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "A", line: 1, arg: 1, scope: !4, file: !5, type: !9) -!13 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "m", line: 1, arg: 2, scope: !4, file: !5, type: !8) -!14 = !DILocalVariable(tag: DW_TAG_auto_variable, name: "y0", line: 2, scope: !4, file: !5, type: !10) -!15 = !DILocalVariable(tag: DW_TAG_auto_variable, name: "y1", line: 2, scope: !4, file: !5, type: !10) -!16 = !DILocalVariable(tag: DW_TAG_auto_variable, name: "i", line: 3, scope: !17, file: !5, type: !8) +!12 = !DILocalVariable(name: "A", line: 1, arg: 1, scope: !4, file: !5, type: !9) +!13 = !DILocalVariable(name: "m", line: 1, arg: 2, scope: !4, file: !5, type: !8) +!14 = !DILocalVariable(name: "y0", line: 2, scope: !4, file: !5, type: !10) +!15 = !DILocalVariable(name: "y1", line: 2, scope: !4, file: !5, type: !10) +!16 = !DILocalVariable(name: "i", line: 3, scope: !17, file: !5, type: !8) !17 = distinct !DILexicalBlock(line: 3, column: 0, file: !1, scope: !4) !18 = !{i32 2, !"Dwarf Version", i32 2} !19 = !DILocation(line: 1, scope: !4) |