mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
Add new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9570 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2bcde4da0
commit
a3a1c2de9d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user