forked from OSchip/llvm-project
SymTabValue no longer includes ValueHolder for Module. Include it ourself
llvm-svn: 423
This commit is contained in:
parent
4619a296f3
commit
b371e06002
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "llvm/Value.h"
|
||||
#include "llvm/SymTabValue.h"
|
||||
#include "llvm/ValueHolder.h"
|
||||
class Method;
|
||||
|
||||
class Module : public Value, public SymTabValue {
|
||||
|
|
Loading…
Reference in New Issue