Module does not need to be annotatable aka annotable

llvm-svn: 12005
This commit is contained in:
Chris Lattner 2004-02-29 19:27:55 +00:00
parent fcb4f9d00b
commit f2bb31c5fd
1 changed files with 1 additions and 1 deletions

View File

@ -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;