[llvm] [BOLT] [Passes] Fix two compile warnings in BOLT (PR #73086)
Ho Cheung via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 21:44:25 PST 2023
================
@@ -1467,7 +1466,7 @@ void IndirectCallPromotion::runOnFunctions(BinaryContext &BC) {
std::max<uint64_t>(TotalIndexBasedCandidates, 1))
<< "%\n";
- (void)verifyProfile;
+ (void)verifyProfile(BFs);
----------------
gz83 wrote:
The code has been modified, please review it, thank you!
@rafaelauler
https://github.com/llvm/llvm-project/pull/73086
More information about the llvm-commits
mailing list