forked from OSchip/llvm-project
Fix missing namespace in API implementation.
This commit is contained in:
parent
cb56e9b923
commit
011a07c075
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue