summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-12-15 20:53:31 +0000
committerTeresa Johnson <tejohnson@google.com>2016-12-15 20:53:31 +0000
commit0c3f57b13306ed5f829d4ae4752de982e17bedc7 (patch)
treeb94210f101fe2d8f2acabb50ba8182207c14a236 /llvm/lib/Transforms
parentc4808b9e0ada45aaef7f103f50a714c79f4ff2d5 (diff)
downloadbcm5719-llvm-0c3f57b13306ed5f829d4ae4752de982e17bedc7.tar.gz
bcm5719-llvm-0c3f57b13306ed5f829d4ae4752de982e17bedc7.zip
[ThinLTO] Remove stale comment (NFC)
This should have been removed with r288446. llvm-svn: 289871
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/FunctionImport.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/FunctionImport.cpp b/llvm/lib/Transforms/IPO/FunctionImport.cpp
index 947a04bdc32..7875db2796a 100644
--- a/llvm/lib/Transforms/IPO/FunctionImport.cpp
+++ b/llvm/lib/Transforms/IPO/FunctionImport.cpp
@@ -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,
OpenPOWER on IntegriCloud