From: Chris Lattner Date: Sun, 29 Feb 2004 19:27:55 +0000 (+0000) Subject: Module does not need to be annotatable aka annotable X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=61f57fae7ae357e818b30974455b6dbbf058b632;p=oota-llvm.git 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 --- diff --git a/include/llvm/Module.h b/include/llvm/Module.h index bdd72e1c222..ec92a513a07 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -43,7 +43,7 @@ template<> struct ilist_traits static iplist &getList(Module *M); }; -struct Module : public Annotable { +struct Module { typedef iplist GlobalListType; typedef iplist FunctionListType;