summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2015-12-01 16:45:23 +0000
committerTeresa Johnson <tejohnson@google.com>2015-12-01 16:45:23 +0000
commitd582f5b3f834c63bb5ae5b2c9a5e404159865eb0 (patch)
tree1439bfbfb731cebc3025650f3f2c89a9e0124a18
parent1e9fd96c4c8adb856638438d87c880ad9d29da91 (diff)
downloadbcm5719-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
-rw-r--r--llvm/lib/Transforms/IPO/FunctionImport.cpp4
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
OpenPOWER on IntegriCloud