[ThinLTO] Remove stale comment (NFC)
authorTeresa Johnson <tejohnson@google.com>
Tue, 1 Dec 2015 16:45:23 +0000 (16:45 +0000)
committerTeresa Johnson <tejohnson@google.com>
Tue, 1 Dec 2015 16:45:23 +0000 (16:45 +0000)
Stale as of r254036 which added basic profitability check.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254421 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/FunctionImport.cpp

index ab0f7114957b465a6154200f51b6630be48b5ff5..345b2f540adfc4658226ee158bfafbb25e741d37 100644 (file)
@@ -136,10 +136,6 @@ bool FunctionImporter::importFunctions(Module &M) {
       continue;
     }
 
       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
     // Get the module path from the summary.
     auto FileName = Summary->modulePath();
     DEBUG(dbgs() << "Importing " << CalledFunctionName << " from " << FileName