diff options
Diffstat (limited to 'llvm/test/DebugInfo/Generic/global-sra-struct.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/global-sra-struct.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Generic/global-sra-struct.ll b/llvm/test/DebugInfo/Generic/global-sra-struct.ll index ccb93d24ce7..8030b2a3906 100644 --- a/llvm/test/DebugInfo/Generic/global-sra-struct.ll +++ b/llvm/test/DebugInfo/Generic/global-sra-struct.ll @@ -104,7 +104,7 @@ attributes #2 = { optsize } !21 = !{!"Simple C/C++ TBAA"} !22 = !{!"long long", !20, i64 0} !23 = !{!18, !22, i64 8} -!24 = distinct !DISubprogram(name: "main", scope: !3, file: !3, line: 7, type: !25, isLocal: false, isDefinition: true, scopeLine: 8, flags: DIFlagPrototyped, isOptimized: true, unit: !2, variables: !30) +!24 = distinct !DISubprogram(name: "main", scope: !3, file: !3, line: 7, type: !25, isLocal: false, isDefinition: true, scopeLine: 8, flags: DIFlagPrototyped, isOptimized: true, unit: !2, retainedNodes: !30) !25 = !DISubroutineType(types: !26) !26 = !{!9, !9, !27} !27 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !28, size: 64) |