Rename LLVMContext diagnostic handler types and functions.
[oota-llvm.git] / lib / VMCore / LLVMContextImpl.cpp
index 585ec2c3486bdb10a2f638c0b299045c5d467576..61fb7f37d49d0ff5a8ca28078a5b2e017e08aa82 100644 (file)
@@ -35,8 +35,8 @@ LLVMContextImpl::LLVMContextImpl(LLVMContext &C)
     Int16Ty(C, 16),
     Int32Ty(C, 32),
     Int64Ty(C, 64) {
-  InlineAsmDiagHandler = 0;
-  InlineAsmDiagContext = 0;
+  DiagHandler = 0;
+  DiagContext = 0;
   NamedStructTypesUniqueID = 0;
 }