diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/isel-cse-line.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/isel-cse-line.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/isel-cse-line.ll b/llvm/test/DebugInfo/X86/isel-cse-line.ll index 11651f29121..b005ea4207b 100644 --- a/llvm/test/DebugInfo/X86/isel-cse-line.ll +++ b/llvm/test/DebugInfo/X86/isel-cse-line.ll @@ -84,7 +84,7 @@ attributes #0 = { nounwind readnone } !13 = !{i32 2, !"Dwarf Version", i32 4} !14 = !{i32 2, !"Debug Info Version", i32 3} !15 = !{!"clang version 3.9.0 (trunk 268246)"} -!16 = distinct !DISubprogram(name: "main", scope: !3, file: !3, line: 7, type: !17, isLocal: false, isDefinition: true, scopeLine: 8, flags: DIFlagPrototyped, isOptimized: false, unit: !2, variables: !4) +!16 = distinct !DISubprogram(name: "main", scope: !3, file: !3, line: 7, type: !17, isLocal: false, isDefinition: true, scopeLine: 8, flags: DIFlagPrototyped, isOptimized: false, unit: !2, retainedNodes: !4) !17 = !DISubroutineType(types: !18) !18 = !{!19} !19 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed) |