From 382b135d92872758c094590327beb5a327455ec4 Mon Sep 17 00:00:00 2001 From: Quentin Colombet Date: Tue, 17 Dec 2013 01:19:59 +0000 Subject: Revert r197438 and r197447 until we figure out how to avoid circular dependency at link time llvm-svn: 197451 --- llvm/lib/IR/LLVMContextImpl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/IR/LLVMContextImpl.cpp') 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; } -- cgit v1.2.3