From 61f57fae7ae357e818b30974455b6dbbf058b632 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 29 Feb 2004 19:27:55 +0000 Subject: [PATCH] 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 --- include/llvm/Module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0