remove a bunch of locking from LLVMContextImpl. Since only one thread
authorChris Lattner <sabre@nondot.org>
Sun, 1 Nov 2009 18:42:03 +0000 (18:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Nov 2009 18:42:03 +0000 (18:42 +0000)
commitc4775e4b973aaf6695dc00a3403b8b64f5257568
tree1f5f53a0faaa6679e85df2bf33c2a7a99085e3c2
parent280f3fedbfc8d76014dbb25aecfd57a847fd6183
remove a bunch of locking from LLVMContextImpl.  Since only one thread
can be banging on a context at a time, this isn't needed.  Owen, please
review.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85728 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TypeSymbolTable.h
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/VMCore/Constants.cpp
lib/VMCore/ConstantsContext.h
lib/VMCore/LLVMContextImpl.h
lib/VMCore/LeakDetector.cpp
lib/VMCore/LeaksContext.h
lib/VMCore/Type.cpp
lib/VMCore/TypeSymbolTable.cpp
lib/VMCore/Value.cpp