diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/sink-local-value.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/sink-local-value.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/sink-local-value.ll b/llvm/test/CodeGen/X86/sink-local-value.ll index e0f27adafe7..b0e511ac118 100644 --- a/llvm/test/CodeGen/X86/sink-local-value.ll +++ b/llvm/test/CodeGen/X86/sink-local-value.ll @@ -159,16 +159,16 @@ attributes #0 = { nounwind readnone speculatable } !2 = !{} !3 = !{i32 27} !4 = !{i32 8} -!5 = distinct !DISubprogram(name: "simple", linkageName: "simple", scope: null, file: !1, line: 1, type: !6, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: true, unit: !0, variables: !2) +!5 = distinct !DISubprogram(name: "simple", linkageName: "simple", scope: null, file: !1, line: 1, type: !6, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: true, unit: !0, retainedNodes: !2) !6 = !DISubroutineType(types: !2) !7 = !DILocation(line: 1, column: 1, scope: !5) !8 = !DILocation(line: 2, column: 1, scope: !5) !9 = !DILocation(line: 3, column: 1, scope: !5) -!10 = distinct !DISubprogram(name: "simple_reg", linkageName: "simple_reg", scope: null, file: !1, line: 4, type: !6, isLocal: false, isDefinition: true, scopeLine: 4, isOptimized: true, unit: !0, variables: !2) +!10 = distinct !DISubprogram(name: "simple_reg", linkageName: "simple_reg", scope: null, file: !1, line: 4, type: !6, isLocal: false, isDefinition: true, scopeLine: 4, isOptimized: true, unit: !0, retainedNodes: !2) !11 = !DILocation(line: 4, column: 1, scope: !10) !12 = !DILocation(line: 5, column: 1, scope: !10) !13 = !DILocation(line: 6, column: 1, scope: !10) -!14 = distinct !DISubprogram(name: "phi_const", linkageName: "phi_const", scope: null, file: !1, line: 7, type: !6, isLocal: false, isDefinition: true, scopeLine: 7, isOptimized: true, unit: !0, variables: !15) +!14 = distinct !DISubprogram(name: "phi_const", linkageName: "phi_const", scope: null, file: !1, line: 7, type: !6, isLocal: false, isDefinition: true, scopeLine: 7, isOptimized: true, unit: !0, retainedNodes: !15) !15 = !{!16, !18} !16 = !DILocalVariable(name: "1", scope: !14, file: !1, line: 7, type: !17) !17 = !DIBasicType(name: "ty8", size: 8, encoding: DW_ATE_unsigned) @@ -180,7 +180,7 @@ attributes #0 = { nounwind readnone speculatable } !23 = !DILocation(line: 10, column: 1, scope: !14) !24 = !DILocation(line: 11, column: 1, scope: !14) !25 = !DILocation(line: 12, column: 1, scope: !14) -!26 = distinct !DISubprogram(name: "phi_const_cast", linkageName: "phi_const_cast", scope: null, file: !1, line: 13, type: !6, isLocal: false, isDefinition: true, scopeLine: 13, isOptimized: true, unit: !0, variables: !27) +!26 = distinct !DISubprogram(name: "phi_const_cast", linkageName: "phi_const_cast", scope: null, file: !1, line: 13, type: !6, isLocal: false, isDefinition: true, scopeLine: 13, isOptimized: true, unit: !0, retainedNodes: !27) !27 = !{!28, !29, !30, !31} !28 = !DILocalVariable(name: "3", scope: !26, file: !1, line: 13, type: !17) !29 = !DILocalVariable(name: "4", scope: !26, file: !1, line: 15, type: !19) @@ -194,7 +194,7 @@ attributes #0 = { nounwind readnone speculatable } !37 = !DILocation(line: 18, column: 1, scope: !26) !38 = !DILocation(line: 19, column: 1, scope: !26) !39 = !DILocation(line: 20, column: 1, scope: !26) -!40 = distinct !DISubprogram(name: "invoke_phi", linkageName: "invoke_phi", scope: null, file: !1, line: 21, type: !6, isLocal: false, isDefinition: true, scopeLine: 21, isOptimized: true, unit: !0, variables: !41) +!40 = distinct !DISubprogram(name: "invoke_phi", linkageName: "invoke_phi", scope: null, file: !1, line: 21, type: !6, isLocal: false, isDefinition: true, scopeLine: 21, isOptimized: true, unit: !0, retainedNodes: !41) !41 = !{!42, !44} !42 = !DILocalVariable(name: "7", scope: !40, file: !1, line: 23, type: !43) !43 = !DIBasicType(name: "ty64", size: 64, encoding: DW_ATE_unsigned) |