summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-29 19:27:55 +0000
committerChris Lattner <sabre@nondot.org>2004-02-29 19:27:55 +0000
commitf2bb31c5fd3aac2ab829717ee8c2eed8aac01fe4 (patch)
treef6a351b6307ac9068a6e7042f6b050b0ea44cc25 /llvm
parentfcb4f9d00b8abc5b599615f38d8bdff2342d8199 (diff)
downloadbcm5719-llvm-f2bb31c5fd3aac2ab829717ee8c2eed8aac01fe4.tar.gz
bcm5719-llvm-f2bb31c5fd3aac2ab829717ee8c2eed8aac01fe4.zip
Module does not need to be annotatable aka annotable
llvm-svn: 12005
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Module.h b/llvm/include/llvm/Module.h
index bdd72e1c222..ec92a513a07 100644
--- a/llvm/include/llvm/Module.h
+++ b/llvm/include/llvm/Module.h
@@ -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;
OpenPOWER on IntegriCloud