From: Chris Lattner Date: Tue, 28 Oct 2003 23:10:44 +0000 (+0000) Subject: Add new method X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a3a1c2de9de8d02a53fbbe7d260aef630ec97dd0;p=oota-llvm.git Add new method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9570 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/FindUsedTypes.h b/include/llvm/Analysis/FindUsedTypes.h index 50d659e2fac..740e0517265 100644 --- a/include/llvm/Analysis/FindUsedTypes.h +++ b/include/llvm/Analysis/FindUsedTypes.h @@ -39,6 +39,10 @@ private: /// void IncorporateType(const Type *Ty); + /// IncorporateValue - Incorporate all of the types used by this value. + /// + void IncorporateValue(const Value *V); + /// IncorporateSymbolTable - Include any named types. /// void IncorporateSymbolTable(const SymbolTable &ST);