diff options
author | Quentin Colombet <qcolombet@apple.com> | 2013-12-17 01:19:59 +0000 |
---|---|---|
committer | Quentin Colombet <qcolombet@apple.com> | 2013-12-17 01:19:59 +0000 |
commit | 382b135d92872758c094590327beb5a327455ec4 (patch) | |
tree | 918252c5d54805153282c36d25c9ea44bd5ced92 /llvm/lib/IR/LLVMContextImpl.cpp | |
parent | 3fb18bbd3443e47aa5a2038d2b0c948a23ca3216 (diff) | |
download | bcm5719-llvm-382b135d92872758c094590327beb5a327455ec4.tar.gz bcm5719-llvm-382b135d92872758c094590327beb5a327455ec4.zip |
Revert r197438 and r197447 until we figure out how to avoid circular dependency at link time
llvm-svn: 197451
Diffstat (limited to 'llvm/lib/IR/LLVMContextImpl.cpp')
-rw-r--r-- | llvm/lib/IR/LLVMContextImpl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/IR/LLVMContextImpl.cpp b/llvm/lib/IR/LLVMContextImpl.cpp index ebff9d3a51f..6a6a4d6801f 100644 --- a/llvm/lib/IR/LLVMContextImpl.cpp +++ b/llvm/lib/IR/LLVMContextImpl.cpp @@ -37,8 +37,6 @@ LLVMContextImpl::LLVMContextImpl(LLVMContext &C) Int64Ty(C, 64) { InlineAsmDiagHandler = 0; InlineAsmDiagContext = 0; - DiagnosticHandler = 0; - DiagnosticContext = 0; NamedStructTypesUniqueID = 0; } |