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 4c7ed6793e
commit f20d4af4e1

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;