forked from OSchip/llvm-project
[ThinLTO] Remove stale comment (NFC)
Stale as of r254036 which added basic profitability check. llvm-svn: 254421
This commit is contained in:
parent
1e9fd96c4c
commit
d582f5b3f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue