forked from OSchip/llvm-project
Module does not need to be annotatable aka annotable
llvm-svn: 12005
This commit is contained in:
parent
fcb4f9d00b
commit
f2bb31c5fd
|
@ -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…
Reference in New Issue