TypeMap had a destructor that destroyed the types it held. DenseMap did not, so
authorNick Lewycky <nicholas@mxc.ca>
Tue, 12 Jul 2011 00:26:08 +0000 (00:26 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 12 Jul 2011 00:26:08 +0000 (00:26 +0000)
commit1852e217019507c6329ee3af227dc05c6e517878
treee5e27c201f55d9af13c937e4340e0cbbfcab6ef1
parent1a54bb28c79d5fc5b1c4e7fb0273ccb6a92c74e0
TypeMap had a destructor that destroyed the types it held. DenseMap did not, so
destroy those types in ~LLVMContext.

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