Skip to content

Commit 011a07c

Browse files
committed
Fix missing namespace in API implementation.
1 parent cb56e9b commit 011a07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/InlineCost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ InlineCost llvm::getInlineCost(
22192219
GetAssumptionCache, GetBFI, GetTLI, PSI, ORE);
22202220
}
22212221

2222-
Optional<int> getInliningCostEstimate(
2222+
Optional<int> llvm::getInliningCostEstimate(
22232223
CallBase &Call, TargetTransformInfo &CalleeTTI,
22242224
std::function<AssumptionCache &(Function &)> &GetAssumptionCache,
22252225
Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI,

0 commit comments

Comments
 (0)