mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Fix bug in eon hopefully
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -39,6 +39,10 @@ private:
|
|||||||
///
|
///
|
||||||
void IncorporateType(const Type *Ty);
|
void IncorporateType(const Type *Ty);
|
||||||
|
|
||||||
|
/// IncorporateSymbolTable - Include any named types.
|
||||||
|
///
|
||||||
|
void IncorporateSymbolTable(const SymbolTable &ST);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/// run - This incorporates all types used by the specified module
|
/// run - This incorporates all types used by the specified module
|
||||||
bool run(Module &M);
|
bool run(Module &M);
|
||||||
|
Reference in New Issue
Block a user