Fix a bug in SmallPtrSet that was causing GVNPRE to enter an infinite loop.
authorOwen Anderson <resistor@mac.com>
Fri, 22 Jun 2007 00:11:18 +0000 (00:11 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 22 Jun 2007 00:11:18 +0000 (00:11 +0000)
commit6394e5e4fd5dd0ef31ae1bb029a206aa057695f2
tree510199b417e3472b15c0200978bf4e81f8e6dea2
parent61766cae0b635f6a65d4491aa063c5fc12745566
Fix a bug in SmallPtrSet that was causing GVNPRE to enter an infinite loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37697 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/SmallPtrSet.cpp