We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7439b commit fe8abbfCopy full SHA for fe8abbf
1 file changed
llvm/lib/Analysis/BranchProbabilityInfo.cpp
@@ -854,6 +854,7 @@ bool BranchProbabilityInfo::calcInvokeHeuristics(const BasicBlock *BB) {
854
855
void BranchProbabilityInfo::releaseMemory() {
856
Probs.clear();
857
+ Handles.clear();
858
}
859
860
bool BranchProbabilityInfo::invalidate(Function &, const PreservedAnalyses &PA,
0 commit comments