diff options
| author | Teresa Johnson <tejohnson@google.com> | 2015-12-01 16:45:23 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2015-12-01 16:45:23 +0000 |
| commit | d582f5b3f834c63bb5ae5b2c9a5e404159865eb0 (patch) | |
| tree | 1439bfbfb731cebc3025650f3f2c89a9e0124a18 /llvm/lib/Transforms | |
| parent | 1e9fd96c4c8adb856638438d87c880ad9d29da91 (diff) | |
| download | bcm5719-llvm-d582f5b3f834c63bb5ae5b2c9a5e404159865eb0.tar.gz bcm5719-llvm-d582f5b3f834c63bb5ae5b2c9a5e404159865eb0.zip | |
[ThinLTO] Remove stale comment (NFC)
Stale as of r254036 which added basic profitability check.
llvm-svn: 254421
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/IPO/FunctionImport.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/IPO/FunctionImport.cpp b/llvm/lib/Transforms/IPO/FunctionImport.cpp index ab0f7114957..345b2f540ad 100644 --- a/llvm/lib/Transforms/IPO/FunctionImport.cpp +++ b/llvm/lib/Transforms/IPO/FunctionImport.cpp @@ -136,10 +136,6 @@ bool FunctionImporter::importFunctions(Module &M) { continue; } - // - // No profitability notion right now, just import all the time... - // - // Get the module path from the summary. auto FileName = Summary->modulePath(); DEBUG(dbgs() << "Importing " << CalledFunctionName << " from " << FileName |

