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:
f7bd639
)
SymTabValue no longer includes ValueHolder for Module. Include it ourself
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:20:46 +0000
(16:20 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:20:46 +0000
(16:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@423
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 740a8879b65daf0dc37609696098f0b2eb4ad28c..866f5e0e9e08778e50b45d220dab7f0731ee246e 100644
(file)
--- a/
include/llvm/Module.h
+++ b/
include/llvm/Module.h
@@
-10,6
+10,7
@@
#include "llvm/Value.h"
#include "llvm/SymTabValue.h"
+#include "llvm/ValueHolder.h"
class Method;
class Module : public Value, public SymTabValue {