[llvm-commits] CVS: llvm/include/llvm/Module.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 29 13:29:01 PST 2004
Changes in directory llvm/include/llvm:
Module.h updated: 1.40 -> 1.41
---
Log message:
Module does not need to be annotatable aka annotable
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Module.h
diff -u llvm/include/llvm/Module.h:1.40 llvm/include/llvm/Module.h:1.41
--- llvm/include/llvm/Module.h:1.40 Wed Dec 31 02:42:27 2003
+++ llvm/include/llvm/Module.h Sun Feb 29 13:27:55 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