From 2b9196851ccf22799f23c75377672a93a5c02665 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Tue, 1 Dec 2015 16:45:23 +0000 Subject: [PATCH] [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 --- lib/Transforms/IPO/FunctionImport.cpp | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.34.1