Add new method

llvm-svn: 9570
This commit is contained in:
Chris Lattner 2003-10-28 23:10:44 +00:00
parent 54ac910a5c
commit 8d1464e2d6
1 changed files with 4 additions and 0 deletions

View 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);