1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Remove a repeated comment line. NFC.

llvm-svn: 301059
This commit is contained in:
Easwaran Raman 2017-04-21 23:12:16 +00:00
parent 35ae2fdb30
commit 25a1c8ad17

View File

@ -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