From: Teresa Johnson Date: Thu, 15 Dec 2016 20:53:31 +0000 (+0000) Subject: [ThinLTO] Remove stale comment (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70b49e61fb8f0e3ff533ed3c09f29894f900792c;p=llvm [ThinLTO] Remove stale comment (NFC) This should have been removed with r288446. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289871 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/FunctionImport.cpp b/lib/Transforms/IPO/FunctionImport.cpp index 947a04bdc32..7875db2796a 100644 --- a/lib/Transforms/IPO/FunctionImport.cpp +++ b/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,