From e1bd7cceca0b2c2d85d821b5fb7779c697c25469 Mon Sep 17 00:00:00 2001 From: Easwaran Raman Date: Fri, 21 Apr 2017 23:12:16 +0000 Subject: [PATCH] Remove a repeated comment line. NFC. llvm-svn: 301059 --- llvm/lib/Analysis/InlineCost.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Analysis/InlineCost.cpp b/llvm/lib/Analysis/InlineCost.cpp index 1f8dec2aed80..788f908bafca 100644 --- a/llvm/lib/Analysis/InlineCost.cpp +++ b/llvm/lib/Analysis/InlineCost.cpp @@ -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