diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/alloca-cast-debuginfo.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/alloca-cast-debuginfo.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/alloca-cast-debuginfo.ll b/llvm/test/Transforms/InstCombine/alloca-cast-debuginfo.ll index b1e350fc9af..bbed1ec75cf 100644 --- a/llvm/test/Transforms/InstCombine/alloca-cast-debuginfo.ll +++ b/llvm/test/Transforms/InstCombine/alloca-cast-debuginfo.ll @@ -64,7 +64,7 @@ declare void @escape(i8*) !8 = !{i32 1, !"wchar_size", i32 2} !9 = !{i32 7, !"PIC Level", i32 2} !10 = !{!"clang version 6.0.0 "} -!11 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 5, type: !12, isLocal: false, isDefinition: true, scopeLine: 5, flags: DIFlagPrototyped, isOptimized: true, unit: !0, variables: !20) +!11 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 5, type: !12, isLocal: false, isDefinition: true, scopeLine: 5, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !20) !12 = !DISubroutineType(types: !13) !13 = !{null, !14} !14 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !15, size: 64) |

