OSDN Git Service

Module does not need to be annotatable aka annotable
authorChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 19:27:55 +0000 (19:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 19:27:55 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12005 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Module.h

index bdd72e1..ec92a51 100644 (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;