[llvm-commits] CVS: llvm/include/llvm/Module.h

Chris Lattner lattner at cs.uiuc.edu
Fri Mar 12 13:52:01 PST 2004


Changes in directory llvm/include/llvm:

Module.h updated: 1.43 -> 1.44

---
Log message:

Fix PR266: Make Module Not Inherit From Annotable


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Module.h
diff -u llvm/include/llvm/Module.h:1.43 llvm/include/llvm/Module.h:1.44
--- llvm/include/llvm/Module.h:1.43	Mon Mar  8 00:15:33 2004
+++ llvm/include/llvm/Module.h	Fri Mar 12 13:51:16 2004
@@ -43,7 +43,7 @@
   static iplist<GlobalVariable> &getList(Module *M);
 };
 
-struct Module : public Annotable {
+struct Module {
   typedef iplist<GlobalVariable> GlobalListType;
   typedef iplist<Function> FunctionListType;
 





More information about the llvm-commits mailing list