forked from OSchip/llvm-project
[Inliner] Fix a typo in option description. NFC.
llvm-svn: 310073
This commit is contained in:
parent
9cda599151
commit
ff77cc750c
|
@ -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."));
|
||||
|
||||
|
|
Loading…
Reference in New Issue