summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/LLVMContextImpl.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-12-25 00:07:12 +0000
committerBob Wilson <bob.wilson@apple.com>2012-12-25 00:07:12 +0000
commitfe73ac34c5a4aabd3f95f71f21257ab90ce6165c (patch)
tree1b88c483b88819fe60c2dfe0b256dc2deaac1146 /llvm/lib/VMCore/LLVMContextImpl.cpp
parent04a664e92e5b54efbda00d760c811581a0d6beff (diff)
downloadbcm5719-llvm-fe73ac34c5a4aabd3f95f71f21257ab90ce6165c.tar.gz
bcm5719-llvm-fe73ac34c5a4aabd3f95f71f21257ab90ce6165c.zip
Rename LLVMContext diagnostic handler types and functions.
These are now generally used for all diagnostics from the backend, not just for inline assembly, so this drops the "InlineAsm" from the names. No functional change. (I've left aliases for the old names but only for long enough to let me switch over clang to use the new ones.) llvm-svn: 171047
Diffstat (limited to 'llvm/lib/VMCore/LLVMContextImpl.cpp')
-rw-r--r--llvm/lib/VMCore/LLVMContextImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/LLVMContextImpl.cpp b/llvm/lib/VMCore/LLVMContextImpl.cpp
index 585ec2c3486..61fb7f37d49 100644
--- a/llvm/lib/VMCore/LLVMContextImpl.cpp
+++ b/llvm/lib/VMCore/LLVMContextImpl.cpp
@@ -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;
}
OpenPOWER on IntegriCloud