convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without
authorChris Lattner <sabre@nondot.org>
Mon, 23 Jan 2012 15:20:12 +0000 (15:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Jan 2012 15:20:12 +0000 (15:20 +0000)
commit9df0fb4e8176325d713ba4eb67791e36cb833432
treedd568070d8dae7a4b756d201ee2d20a5f4246b7e
parent0adabe5a08d510d9d208198a4fd9c5fc752af457
convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without
using OwningPtr.  OwningPtr would barf when the densemap had to reallocate,
which doesn't appear to happen on the regression test suite, but obviously
happens in real life :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148700 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp
lib/VMCore/ConstantsContext.h
lib/VMCore/LLVMContextImpl.cpp
lib/VMCore/LLVMContextImpl.h