diff --git a/include/llvm/Module.h b/include/llvm/Module.h index 352ce20fcce..5c27d3b55f1 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;