Rename LLVMContext diagnostic handler types and functions.
[oota-llvm.git] / lib / VMCore / LLVMContextImpl.h
index 7ff012034c77949f3fde1bda2db5160f4af740a0..c3adf39fc7eff028c1be2f970c4a6e600955fa9f 100644 (file)
@@ -236,8 +236,8 @@ public:
   /// will be automatically deleted if this context is deleted.
   SmallPtrSet<Module*, 4> OwnedModules;
   
-  LLVMContext::InlineAsmDiagHandlerTy InlineAsmDiagHandler;
-  void *InlineAsmDiagContext;
+  LLVMContext::DiagHandlerTy DiagHandler;
+  void *DiagContext;
   
   typedef DenseMap<DenseMapAPIntKeyInfo::KeyTy, ConstantInt*, 
                          DenseMapAPIntKeyInfo> IntMapTy;