Removed extra parameter from !prof branch_weights metadata of a call instruction (according to the spec https://llvm.org/docs/BranchWeightMetadata.html#callinst). 
This patch is needed to enable prof branch_weights verification D61179.
Details
Details
- Reviewers
- mtrofin - davidxl 
- Commits
- rZORG7685ff9e1650: Fix prof branch_weights in entry_counts_missing_dbginfo.ll test
 rG7685ff9e1650: Fix prof branch_weights in entry_counts_missing_dbginfo.ll test
 rGbf6df042a5d8: Fix prof branch_weights in entry_counts_missing_dbginfo.ll test
 rL360843: Fix prof branch_weights in entry_counts_missing_dbginfo.ll test
Diff Detail
Diff Detail
- Repository
- rL LLVM