diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-05-04 16:24:31 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-05-04 16:24:31 +0000 |
| commit | defc99a94e849acd29a8bb492f6611cd3f4ff2f8 (patch) | |
| tree | 63bec638081c5f0c7cecbd2750dc050337051729 /llvm/test/Transforms/SampleProfile/Inputs | |
| parent | c6bf797e2044a93fa7cce9b243febcab454ba791 (diff) | |
| download | bcm5719-llvm-defc99a94e849acd29a8bb492f6611cd3f4ff2f8.tar.gz bcm5719-llvm-defc99a94e849acd29a8bb492f6611cd3f4ff2f8.zip | |
Cleanup tests to not share a DISubprogram between multiple Functions.
rdar://problem/31926379
llvm-svn: 302166
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/Inputs')
| -rw-r--r-- | llvm/test/Transforms/SampleProfile/Inputs/indirect-call.prof | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/llvm/test/Transforms/SampleProfile/Inputs/indirect-call.prof b/llvm/test/Transforms/SampleProfile/Inputs/indirect-call.prof index aaf9ec15d02..ff7be5df977 100644 --- a/llvm/test/Transforms/SampleProfile/Inputs/indirect-call.prof +++ b/llvm/test/Transforms/SampleProfile/Inputs/indirect-call.prof @@ -1,19 +1,19 @@ test:63067:0 - 4: 3345 _Z3barv:1398 _Z3foov:2059 + 1: 3345 _Z3barv:1398 _Z3foov:2059 test_inline:3000:0 - 5: foo_inline1:3000 - 1: 3000 - 5: foo_inline2:4000 - 1: 4000 + 1: foo_inline1:3000 + 11: 3000 + 1: foo_inline2:4000 + 19: 4000 test_noinline:3000:0 - 5: foo_noinline:3000 - 1: 3000 + 1: foo_noinline:3000 + 20: 3000 test_direct:3000:0 - 5: foo_direct:3000 - 1: 3000 + 1: foo_direct:3000 + 21: 3000 test_inline_strip:3000:0 - 5: foo_inline_strip:3000 + 1: foo_inline_strip:3000 1: 3000 -test_inline_strip_confilict:3000:0 - 5: foo_inline_strip_conflict:3000 +test_inline_strip_conflict:3000:0 + 1: foo_inline_strip_conflict:3000 1: 3000 |

