diff options
author | Yevgeny Rouban <yevgeny.rouban@azul.com> | 2019-05-16 03:39:09 +0000 |
---|---|---|
committer | Yevgeny Rouban <yevgeny.rouban@azul.com> | 2019-05-16 03:39:09 +0000 |
commit | bf6df042a5d83350f487ca4bcdf1180f3ff62f21 (patch) | |
tree | b88bb10d16287d6d8c7c3c0aa0e3d85b5f0b9a47 /llvm/test | |
parent | 9d65624bf6577ad597d80cf4dd9d9aa8d65dec61 (diff) | |
download | bcm5719-llvm-bf6df042a5d83350f487ca4bcdf1180f3ff62f21.tar.gz bcm5719-llvm-bf6df042a5d83350f487ca4bcdf1180f3ff62f21.zip |
Fix prof branch_weights in entry_counts_missing_dbginfo.ll test
Removed extra parameter from !prof branch_weights metadata of
a call instruction according to the spec.
Differential Revision: https://reviews.llvm.org/D61932
llvm-svn: 360843
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll b/llvm/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll index 715bcc96d3d..9ec41d1bdd0 100644 --- a/llvm/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll +++ b/llvm/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll @@ -176,4 +176,4 @@ attributes #4 = { nounwind } !55 = !DILocation(line: 21, column: 8, scope: !48) !56 = !DILocation(line: 22, column: 10, scope: !48) !57 = !DILocation(line: 22, column: 3, scope: !48) -!100 = !{!"branch_weights", i32 5, i32 10} +!100 = !{!"branch_weights", i32 5} |