summaryrefslogtreecommitdiff
path: root/lib/IR/LLVMContextImpl.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-02-11 05:37:07 +0000
committerBob Wilson <bob.wilson@apple.com>2013-02-11 05:37:07 +0000
commitf64c889cc94417322b0ff8ad1c61939183bf3c38 (patch)
treee867d640e7e3199dec62a8ed0e06f17967bf88e4 /lib/IR/LLVMContextImpl.h
parent00f63b1b84d059a1ffa572e76708e03750a9e523 (diff)
downloadllvm-f64c889cc94417322b0ff8ad1c61939183bf3c38.tar.gz
llvm-f64c889cc94417322b0ff8ad1c61939183bf3c38.tar.bz2
llvm-f64c889cc94417322b0ff8ad1c61939183bf3c38.tar.xz
Revert "Rename LLVMContext diagnostic handler types and functions."
This reverts my commit 171047. Now that I've removed my misguided attempt to support backend warnings, these diagnostics are only about inline assembly. It would take quite a bit more work to generalize them properly, so I'm just reverting this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/LLVMContextImpl.h')
-rw-r--r--lib/IR/LLVMContextImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/IR/LLVMContextImpl.h b/lib/IR/LLVMContextImpl.h
index cc7ca5e128..7353dc0361 100644
--- a/lib/IR/LLVMContextImpl.h
+++ b/lib/IR/LLVMContextImpl.h
@@ -236,8 +236,8 @@ public:
/// will be automatically deleted if this context is deleted.
SmallPtrSet<Module*, 4> OwnedModules;
- LLVMContext::DiagHandlerTy DiagHandler;
- void *DiagContext;
+ LLVMContext::InlineAsmDiagHandlerTy InlineAsmDiagHandler;
+ void *InlineAsmDiagContext;
typedef DenseMap<DenseMapAPIntKeyInfo::KeyTy, ConstantInt*,
DenseMapAPIntKeyInfo> IntMapTy;