]> granicus.if.org Git - llvm/commitdiff
Remove a repeated comment line. NFC.
authorEaswaran Raman <eraman@google.com>
Fri, 21 Apr 2017 23:12:16 +0000 (23:12 +0000)
committerEaswaran Raman <eraman@google.com>
Fri, 21 Apr 2017 23:12:16 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301059 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/InlineCost.cpp

index 1f8dec2aed80639464d1edd58fa98666aa411a6a..788f908bafcabcf3ad6792e13d323e935808dd7a 100644 (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