summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2017-08-24 20:29:02 +0000
committerChad Rosier <mcrosier@codeaurora.org>2017-08-24 20:29:02 +0000
commit4cb2e827743e1faadd8d28a1adee4e373a7b6b8f (patch)
treeeb44690ba163eb23f2ca16f2c37e0643e60e805c /llvm/lib
parent9f7032aaf09c82ceafd795e0dab94795d8d00e8e (diff)
downloadbcm5719-llvm-4cb2e827743e1faadd8d28a1adee4e373a7b6b8f.tar.gz
bcm5719-llvm-4cb2e827743e1faadd8d28a1adee4e373a7b6b8f.zip
[PartialInlining] Type. NFC.
llvm-svn: 311699
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/IPO/PartialInlining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/PartialInlining.cpp b/llvm/lib/Transforms/IPO/PartialInlining.cpp
index 668a81203fc..a0286dac288 100644
--- a/llvm/lib/Transforms/IPO/PartialInlining.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud