From 0e5da9bc1ecb85fdb84de1bdef062ee103ae26ee Mon Sep 17 00:00:00 2001 From: Yevgeny Rouban Date: Thu, 16 May 2019 03:39:09 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360843 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll b/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll index 715bcc96d3d..9ec41d1bdd0 100644 --- a/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll +++ b/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} -- 2.50.1