Add new method
authorChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 23:10:44 +0000 (23:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 23:10:44 +0000 (23:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9570 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/FindUsedTypes.h

index 50d659e2fac847b9048331a6e193d877b6b8a028..740e0517265dc8531e51ef451e52e5558a9dceb3 100644 (file)
@@ -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);