diff options
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/inline-act.ll')
-rw-r--r-- | llvm/test/Transforms/SampleProfile/inline-act.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/inline-act.ll b/llvm/test/Transforms/SampleProfile/inline-act.ll index 6383dfbddf9..f5438701146 100644 --- a/llvm/test/Transforms/SampleProfile/inline-act.ll +++ b/llvm/test/Transforms/SampleProfile/inline-act.ll @@ -67,6 +67,6 @@ attributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fp !3 = !{i32 2, !"Debug Info Version", i32 3} !4 = !{!"clang version 3.9.0 (trunk 272227) (llvm/trunk 272226)"} !6 = !DISubroutineType(types: !2) -!9 = distinct !DISubprogram(name: "bar", scope: !1, file: !1, line: 14, type: !6, isLocal: false, isDefinition: true, scopeLine: 14, flags: DIFlagPrototyped, isOptimized: true, unit: !0, variables: !2) +!9 = distinct !DISubprogram(name: "bar", scope: !1, file: !1, line: 14, type: !6, isLocal: false, isDefinition: true, scopeLine: 14, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !2) !10 = !DILocation(line: 15, column: 7, scope: !9) !11 = !DILocation(line: 16, column: 7, scope: !9) |