mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Fix bug in eon hopefully
llvm-svn: 9442
This commit is contained in:
parent
28732137bc
commit
6612e3dfd5
@ -39,6 +39,10 @@ private:
|
||||
///
|
||||
void IncorporateType(const Type *Ty);
|
||||
|
||||
/// IncorporateSymbolTable - Include any named types.
|
||||
///
|
||||
void IncorporateSymbolTable(const SymbolTable &ST);
|
||||
|
||||
public:
|
||||
/// run - This incorporates all types used by the specified module
|
||||
bool run(Module &M);
|
||||
|
Loading…
Reference in New Issue
Block a user