[llvm] r301059 - Remove a repeated comment line. NFC.
Easwaran Raman via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 21 16:12:16 PDT 2017
Author: eraman
Date: Fri Apr 21 18:12:16 2017
New Revision: 301059
URL: http://llvm.org/viewvc/llvm-project?rev=301059&view=rev
Log:
Remove a repeated comment line. NFC.
Modified:
llvm/trunk/lib/Analysis/InlineCost.cpp
Modified: llvm/trunk/lib/Analysis/InlineCost.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/InlineCost.cpp?rev=301059&r1=301058&r2=301059&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/InlineCost.cpp (original)
+++ llvm/trunk/lib/Analysis/InlineCost.cpp Fri Apr 21 18:12:16 2017
@@ -1557,7 +1557,6 @@ InlineParams llvm::getInlineParams(int T
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
// minsize attributes.
More information about the llvm-commits
mailing list