From 8209cdfb4cae20efa961ab6e223737f82687bec5 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Thu, 24 Aug 2017 20:29:02 +0000 Subject: [PATCH] [PartialInlining] Type. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311699 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/PartialInlining.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/IPO/PartialInlining.cpp b/lib/Transforms/IPO/PartialInlining.cpp index 668a81203fc..a0286dac288 100644 --- a/lib/Transforms/IPO/PartialInlining.cpp +++ b/lib/Transforms/IPO/PartialInlining.cpp @@ -845,7 +845,7 @@ bool PartialInlinerImpl::tryPartialInline(FunctionCloner &Cloner) { // The call sequence to the outlined function is larger than the original // outlined region size, it does not increase the chances of inlining - // the function with outlining (The inliner usies the size increase to + // the function with outlining (The inliner uses the size increase to // model the cost of inlining a callee). if (!SkipCostAnalysis && Cloner.OutlinedRegionCost < SizeCost) { OptimizationRemarkEmitter ORE(Cloner.OrigFunc); -- 2.50.1