Module does not need to be annotatable aka annotable

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-29 19:27:55 +00:00
parent a523cdf1b6
commit 61f57fae7a

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;