forked from OSchip/llvm-project
parent
c22893a3b7
commit
73b0f99f17
|
@ -599,7 +599,7 @@ void DIVariable::dump() const {
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
DIFactory::DIFactory(Module &m)
|
||||
: M(m), VMContext(M.getContext()), DeclareFn(0) {}
|
||||
: M(m), VMContext(M.getContext()), DeclareFn(0), ValueFn(0) {}
|
||||
|
||||
Constant *DIFactory::GetTagConstant(unsigned TAG) {
|
||||
assert((TAG & LLVMDebugVersionMask) == 0 &&
|
||||
|
|
Loading…
Reference in New Issue