projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a523cdf
)
Module does not need to be annotatable aka annotable
author
Chris Lattner
<sabre@nondot.org>
Sun, 29 Feb 2004 19:27:55 +0000
(19:27 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 29 Feb 2004 19:27:55 +0000
(19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12005
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Module.h
patch
|
blob
|
history
diff --git
a/include/llvm/Module.h
b/include/llvm/Module.h
index bdd72e1c22293e9015e76559b13b4636b4306949..ec92a513a07696147ae4457a06bce1192efcbf7e 100644
(file)
--- 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
: public Annotable
{
+struct Module {
typedef iplist<GlobalVariable> GlobalListType;
typedef iplist<Function> FunctionListType;