diff options
Diffstat (limited to 'llvm/unittests/Transforms/Utils/Local.cpp')
| -rw-r--r-- | llvm/unittests/Transforms/Utils/Local.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/unittests/Transforms/Utils/Local.cpp b/llvm/unittests/Transforms/Utils/Local.cpp index 049b6e5bca7..63a79716b3b 100644 --- a/llvm/unittests/Transforms/Utils/Local.cpp +++ b/llvm/unittests/Transforms/Utils/Local.cpp @@ -130,7 +130,7 @@ TEST(Local, ReplaceDbgDeclare) {        !2 = !{}        !3 = !{i32 2, !"Dwarf Version", i32 4}        !4 = !{i32 2, !"Debug Info Version", i32 3} -      !8 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 1, type: !9, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: false, unit: !0, variables: !2) +      !8 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 1, type: !9, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: false, unit: !0, retainedNodes: !2)        !9 = !DISubroutineType(types: !10)        !10 = !{null}        !11 = !DILocalVariable(name: "x", scope: !8, file: !1, line: 2, type: !12) @@ -356,7 +356,7 @@ struct SalvageDebugInfoTest : ::testing::Test {        !2 = !{}        !3 = !{i32 2, !"Dwarf Version", i32 4}        !4 = !{i32 2, !"Debug Info Version", i32 3} -      !8 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 1, type: !9, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: false, unit: !0, variables: !2) +      !8 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 1, type: !9, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: false, unit: !0, retainedNodes: !2)        !9 = !DISubroutineType(types: !10)        !10 = !{null}        !11 = !DILocalVariable(name: "x", scope: !8, file: !1, line: 2, type: !12) | 

