Fix missing namespace in API implementation.

This commit is contained in:
Mircea Trofin 2020-04-27 21:05:33 -07:00
parent cb56e9b923
commit 011a07c075
1 changed files with 1 additions and 1 deletions

View File

@ -2219,7 +2219,7 @@ InlineCost llvm::getInlineCost(
GetAssumptionCache, GetBFI, GetTLI, PSI, ORE);
}
Optional<int> getInliningCostEstimate(
Optional<int> llvm::getInliningCostEstimate(
CallBase &Call, TargetTransformInfo &CalleeTTI,
std::function<AssumptionCache &(Function &)> &GetAssumptionCache,
Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI,