forked from OSchip/llvm-project
parent
a04026232e
commit
e1bd7cceca
|
@ -1556,7 +1556,6 @@ InlineParams llvm::getInlineParams(int Threshold) {
|
|||
// Set the ColdCallSiteThreshold knob from the -inline-cold-callsite-threshold.
|
||||
Params.ColdCallSiteThreshold = ColdCallSiteThreshold;
|
||||
|
||||
// Set the OptMinSizeThreshold and OptSizeThreshold params only if the
|
||||
// Set the OptMinSizeThreshold and OptSizeThreshold params only if the
|
||||
// -inlinehint-threshold commandline option is not explicitly given. If that
|
||||
// option is present, then its value applies even for callees with size and
|
||||
|
|
Loading…
Reference in New Issue