diff options
| author | Easwaran Raman <eraman@google.com> | 2017-04-21 23:12:16 +0000 |
|---|---|---|
| committer | Easwaran Raman <eraman@google.com> | 2017-04-21 23:12:16 +0000 |
| commit | e1bd7cceca0b2c2d85d821b5fb7779c697c25469 (patch) | |
| tree | f1b7bc268f1a3945fde0badf65d0ad2ad4f7a019 /llvm/lib/Analysis | |
| parent | a04026232ea2b65e9adb7bdd608f461b5fff41b3 (diff) | |
| download | bcm5719-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.cpp | 1 |
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. |

