From: Teresa Johnson Date: Tue, 1 Dec 2015 16:45:23 +0000 (+0000) Subject: [ThinLTO] Remove stale comment (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b9196851ccf22799f23c75377672a93a5c02665;p=llvm [ThinLTO] Remove stale comment (NFC) 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 --- diff --git a/lib/Transforms/IPO/FunctionImport.cpp b/lib/Transforms/IPO/FunctionImport.cpp index ab0f7114957..345b2f540ad 100644 --- a/lib/Transforms/IPO/FunctionImport.cpp +++ b/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