]> granicus.if.org Git - llvm/commitdiff
[Inliner] Fix a typo in option description. NFC.
authorEaswaran Raman <eraman@google.com>
Fri, 4 Aug 2017 17:15:17 +0000 (17:15 +0000)
committerEaswaran Raman <eraman@google.com>
Fri, 4 Aug 2017 17:15:17 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310073 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/InlineCost.cpp

index a06b6072e49664538dc8d6d39a417d7c99164955..ffb49fe30fcf6e1aceb9d307eb5f5562be67b568 100644 (file)
@@ -78,7 +78,7 @@ static cl::opt<int> ColdCallSiteRelFreq(
 
 static cl::opt<int> HotCallSiteRelFreq(
     "hot-callsite-rel-freq", cl::Hidden, cl::init(60), cl::ZeroOrMore,
-    cl::desc("Maxmimum block frequency, expressed as a multiple of caller's "
+    cl::desc("Minimum block frequency, expressed as a multiple of caller's "
              "entry frequency, for a callsite to be hot in the absence of "
              "profile information."));