OSDN Git Service

Fix a really subtle bug where the entire hash table could fill with
authorChris Lattner <sabre@nondot.org>
Wed, 7 Feb 2007 00:55:59 +0000 (00:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Feb 2007 00:55:59 +0000 (00:55 +0000)
commit04a3115e619740245cbe34c8c7428b4bde7868f7
tree6e6d0e1a502602af3a63387f22764c146095a35f
parent8e59ea998f1357768aa43cb00187e6c1c1a1cc7e
Fix a really subtle bug where the entire hash table could fill with
tombstones, causing subsequent insertions to infinitely loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33972 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseMap.h