Skip to content

Commit 93317d1

Browse files
authored
Fix typo in comment in Inliner.cpp (#194172)
1 parent 87673e4 commit 93317d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llvm/lib/Transforms/IPO/Inliner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ PreservedAnalyses InlinerPass::run(LazyCallGraph::SCC &InitialC,
230230
// Large, highly connected SCCs still lead to some amount of code bloat in
231231
// this model, but it is uniformly spread across all the functions in the SCC
232232
// and eventually they all become too large to inline, rather than
233-
// incrementally maknig a single function grow in a super linear fashion.
233+
// incrementally making a single function grow in a super linear fashion.
234234
SmallVector<CallBase *, 16> Calls;
235235

236236
// Populate the initial list of calls in this SCC.

0 commit comments

Comments
 (0)