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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 12:53:32 PST 2016


Author: tejohnson
Date: Thu Dec 15 14:53:31 2016
New Revision: 289871

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

This should have been removed with r288446.

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=289871&r1=289870&r2=289871&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp Thu Dec 15 14:53:31 2016
@@ -236,8 +236,7 @@ static const GlobalValueSummary *selectC
 }
 
 /// Mark the global \p GUID as export by module \p ExportModulePath if found in
-/// this module. If it is a GlobalVariable, we also mark any referenced global
-/// in the current module as exported.
+/// this module.
 static void exportGlobalInModule(const ModuleSummaryIndex &Index,
                                  StringRef ExportModulePath,
                                  GlobalValue::GUID GUID,




More information about the llvm-commits mailing list