diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
commit | 71d5a2540a98c81f5bcaeb48805e0e2881f530ef (patch) | |
tree | 5343938942df402b49ec7300a1c25a2d4ccd5821 /test/Transforms/SampleProfile/inline-coverage.ll | |
parent | 31bbf64f3a4974a2d6c8b3b27ad2f519caf74057 (diff) |
Diffstat (limited to 'test/Transforms/SampleProfile/inline-coverage.ll')
-rw-r--r-- | test/Transforms/SampleProfile/inline-coverage.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SampleProfile/inline-coverage.ll b/test/Transforms/SampleProfile/inline-coverage.ll index c88e7f865fa2..080876a46471 100644 --- a/test/Transforms/SampleProfile/inline-coverage.ll +++ b/test/Transforms/SampleProfile/inline-coverage.ll @@ -16,7 +16,7 @@ ; 11 return sum > 0 ? 0 : 1; ; 12 } ; -; CHECK: remark: coverage.cc:10:12: inlined hot callee '_Z3fool' with 172746 samples into 'main' +; CHECK: remark: coverage.cc:10:12: inlined hot callee '_Z3fool' into 'main' ; CHECK: remark: coverage.cc:9:21: Applied 23478 samples from profile (offset: 2.1) ; CHECK: remark: coverage.cc:10:16: Applied 23478 samples from profile (offset: 3) ; CHECK: remark: coverage.cc:4:10: Applied 31878 samples from profile (offset: 1) @@ -120,7 +120,7 @@ for.end: ; preds = %for.cond !27 = !DILocation(line: 9, column: 12, scope: !26) !28 = !DILocation(line: 9, column: 8, scope: !26) !29 = !DILocation(line: 9, column: 19, scope: !30) -!30 = !DILexicalBlockFile(scope: !31, file: !1, discriminator: 1) +!30 = !DILexicalBlockFile(scope: !31, file: !1, discriminator: 2) !31 = distinct !DILexicalBlock(scope: !26, file: !1, line: 9, column: 3) !32 = !DILocation(line: 9, column: 21, scope: !30) !33 = !DILocation(line: 9, column: 3, scope: !30) |