[llvm] r254421 - [ThinLTO] Remove stale comment (NFC)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 08:45:23 PST 2015


Author: tejohnson
Date: Tue Dec  1 10:45:23 2015
New Revision: 254421

URL: http://llvm.org/viewvc/llvm-project?rev=254421&view=rev
Log:
[ThinLTO] Remove stale comment (NFC)

Stale as of r254036 which added basic profitability check.

Modified:
    llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp

Modified: llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp?rev=254421&r1=254420&r2=254421&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp Tue Dec  1 10:45:23 2015
@@ -136,10 +136,6 @@ bool FunctionImporter::importFunctions(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




More information about the llvm-commits mailing list