forked from OSchip/llvm-project
parent
87813b1bf8
commit
8726d91d29
|
@ -591,6 +591,10 @@ void PartialInlinerImpl::computeCallsiteToProfCountMap(
|
|||
else
|
||||
CallSiteToProfCountMap[User] = 0;
|
||||
}
|
||||
if (!GetBFI) {
|
||||
if (CurrentCallerBFI)
|
||||
delete CurrentCallerBFI;
|
||||
}
|
||||
}
|
||||
|
||||
Function *PartialInlinerImpl::unswitchFunction(Function *F) {
|
||||
|
|
Loading…
Reference in New Issue