From a3a1c2de9de8d02a53fbbe7d260aef630ec97dd0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 28 Oct 2003 23:10:44 +0000 Subject: [PATCH] Add new method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9570 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/FindUsedTypes.h | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.34.1