diff options
-rw-r--r-- | include/llvm/Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index ec92a513a0..bdd72e1c22 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -43,7 +43,7 @@ template<> struct ilist_traits<GlobalVariable> static iplist<GlobalVariable> &getList(Module *M); }; -struct Module { +struct Module : public Annotable { typedef iplist<GlobalVariable> GlobalListType; typedef iplist<Function> FunctionListType; |