SLPVectorizer: add support for vectorization of diamond shaped trees. We now perform...
[oota-llvm.git] / lib / IR / LLVMContextImpl.cpp
index 89e163f5141256e8ba79d8e3f9b0e4e23aa74488..6a6a4d6801f00f2b0704b7e50c61cbfaddfe6c57 100644 (file)
@@ -35,8 +35,8 @@ LLVMContextImpl::LLVMContextImpl(LLVMContext &C)
     Int16Ty(C, 16),
     Int32Ty(C, 32),
     Int64Ty(C, 64) {
-  DiagHandler = 0;
-  DiagContext = 0;
+  InlineAsmDiagHandler = 0;
+  InlineAsmDiagContext = 0;
   NamedStructTypesUniqueID = 0;
 }