summaryrefslogtreecommitdiff
path: root/lib/VMCore/LLVMContextImpl.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-10-19 20:11:52 +0000
committerOwen Anderson <resistor@mac.com>2009-10-19 20:11:52 +0000
commit59d5aac0b435714f3ed2195dfa884aad2e993eb0 (patch)
tree69d6271ccc19ebf9a2746992d4f83d84e4eafc47 /lib/VMCore/LLVMContextImpl.h
parent6a71afaec18e5bcbdb838a5e094f51e9f8ea864d (diff)
downloadllvm-59d5aac0b435714f3ed2195dfa884aad2e993eb0.tar.gz
llvm-59d5aac0b435714f3ed2195dfa884aad2e993eb0.tar.bz2
llvm-59d5aac0b435714f3ed2195dfa884aad2e993eb0.tar.xz
Banish ConstantsLock. It's serving no purpose other than slowing things down
at the moment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContextImpl.h')
-rw-r--r--lib/VMCore/LLVMContextImpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/LLVMContextImpl.h b/lib/VMCore/LLVMContextImpl.h
index 83888c3907..58e8870d24 100644
--- a/lib/VMCore/LLVMContextImpl.h
+++ b/lib/VMCore/LLVMContextImpl.h
@@ -96,7 +96,6 @@ struct DenseMapAPFloatKeyInfo {
class LLVMContextImpl {
public:
- sys::SmartRWMutex<true> ConstantsLock;
typedef DenseMap<DenseMapAPIntKeyInfo::KeyTy, ConstantInt*,
DenseMapAPIntKeyInfo> IntMapTy;
IntMapTy IntConstants;