X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FLinker%2FLinker.h;h=f09cf1029a4be123645d4d47882d6cf6fed9d5f2;hp=dde3f73883ca1d55899fedc50e07e95412d84d82;hb=73ef481b528e1ab0bd943e178d384a926b4cbad9;hpb=d7ef3dae862793fd92c9eadb587bc108ac122d56 diff --git a/include/llvm/Linker/Linker.h b/include/llvm/Linker/Linker.h index dde3f73883c..f09cf1029a4 100644 --- a/include/llvm/Linker/Linker.h +++ b/include/llvm/Linker/Linker.h @@ -67,8 +67,8 @@ public: DenseMap *ValIDToTempMDMap); }; -/// Create a new module with exported local functions renamed and promoted -/// for ThinLTO. +/// Perform in-place global value handling on the given Module for +/// exported local functions renamed and promoted for ThinLTO. std::unique_ptr renameModuleForThinLTO(std::unique_ptr M, const FunctionInfoIndex *Index);