]> granicus.if.org Git - llvm/commitdiff
[ThinLTO] Remove stale comment (NFC)
authorTeresa Johnson <tejohnson@google.com>
Thu, 15 Dec 2016 20:53:31 +0000 (20:53 +0000)
committerTeresa Johnson <tejohnson@google.com>
Thu, 15 Dec 2016 20:53:31 +0000 (20:53 +0000)
This should have been removed with r288446.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289871 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/FunctionImport.cpp

index 947a04bdc323c8d5811ece074bb0a9f30eb64e50..7875db2796a4c680da0f656835213962469c7e3d 100644 (file)
@@ -236,8 +236,7 @@ static const GlobalValueSummary *selectCallee(GlobalValue::GUID GUID,
 }
 
 /// 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,