Fix a bug in smallptrset::erase: in the small case, return true if the
authorChris Lattner <sabre@nondot.org>
Mon, 5 Feb 2007 23:10:31 +0000 (23:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Feb 2007 23:10:31 +0000 (23:10 +0000)
commit7ef856dfad10615cac37eb0eb7932cd1fbdcf9e8
tree48bd61bfb7140a76d5053437903e4a08d980ff05
parentfc7d13d898b622ae6a02c71b3a30eebd53cf202b
Fix a bug in smallptrset::erase: in the small case, return true if the
element was in the set.

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