diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-02-29 19:27:55 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-02-29 19:27:55 +0000 |
| commit | f2bb31c5fd3aac2ab829717ee8c2eed8aac01fe4 (patch) | |
| tree | f6a351b6307ac9068a6e7042f6b050b0ea44cc25 /llvm | |
| parent | fcb4f9d00b8abc5b599615f38d8bdff2342d8199 (diff) | |
| download | bcm5719-llvm-f2bb31c5fd3aac2ab829717ee8c2eed8aac01fe4.tar.gz bcm5719-llvm-f2bb31c5fd3aac2ab829717ee8c2eed8aac01fe4.zip | |
Module does not need to be annotatable aka annotable
llvm-svn: 12005
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Module.h b/llvm/include/llvm/Module.h index bdd72e1c222..ec92a513a07 100644 --- a/llvm/include/llvm/Module.h +++ b/llvm/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; |

