X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FLTO%2FLTOCodeGenerator.h;h=f843f18c67f9d25ae97d4a4e918e3ff60370c4bb;hp=6f46016282868c268c289ee87ad78759cfd591bc;hb=431bdfc4c118cd8bc39b0052abe6ceb0ea40de66;hpb=e234f93b3e24be1874e97eef4e47480706c7dbed diff --git a/include/llvm/LTO/LTOCodeGenerator.h b/include/llvm/LTO/LTOCodeGenerator.h index 6f460162828..f843f18c67f 100644 --- a/include/llvm/LTO/LTOCodeGenerator.h +++ b/include/llvm/LTO/LTOCodeGenerator.h @@ -124,7 +124,7 @@ private: void applyScopeRestrictions(); void applyRestriction(GlobalValue &GV, const ArrayRef &Libcalls, std::vector &MustPreserveList, - SmallPtrSet &AsmUsed, + SmallPtrSetImpl &AsmUsed, Mangler &Mangler); bool determineTarget(std::string &errMsg);