summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorEaswaran Raman <eraman@google.com>2017-04-21 23:12:16 +0000
committerEaswaran Raman <eraman@google.com>2017-04-21 23:12:16 +0000
commite1bd7cceca0b2c2d85d821b5fb7779c697c25469 (patch)
treef1b7bc268f1a3945fde0badf65d0ad2ad4f7a019 /llvm/lib/Analysis
parenta04026232ea2b65e9adb7bdd608f461b5fff41b3 (diff)
downloadbcm5719-llvm-e1bd7cceca0b2c2d85d821b5fb7779c697c25469.tar.gz
bcm5719-llvm-e1bd7cceca0b2c2d85d821b5fb7779c697c25469.zip
Remove a repeated comment line. NFC.
llvm-svn: 301059
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/InlineCost.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/InlineCost.cpp b/llvm/lib/Analysis/InlineCost.cpp
index 1f8dec2aed8..788f908bafc 100644
--- a/llvm/lib/Analysis/InlineCost.cpp
+++ b/llvm/lib/Analysis/InlineCost.cpp
@@ -1557,7 +1557,6 @@ InlineParams llvm::getInlineParams(int 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
// minsize attributes.
OpenPOWER on IntegriCloud