mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
Module does not need to be annotatable aka annotable
llvm-svn: 12005
This commit is contained in:
parent
4c7ed6793e
commit
f20d4af4e1
@ -43,7 +43,7 @@ template<> struct ilist_traits<GlobalVariable>
|
||||
static iplist<GlobalVariable> &getList(Module *M);
|
||||
};
|
||||
|
||||
struct Module : public Annotable {
|
||||
struct Module {
|
||||
typedef iplist<GlobalVariable> GlobalListType;
|
||||
typedef iplist<Function> FunctionListType;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user