Use realloc() to (potentially) resize the contents of SmallPtrSet in place.
authorOwen Anderson <resistor@mac.com>
Mon, 16 Jul 2007 21:27:44 +0000 (21:27 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 16 Jul 2007 21:27:44 +0000 (21:27 +0000)
commit1629a1fa87f8c32d6d33173d6d6e77dc4ed1ca4f
tree48070b32b19926dd0e035ff88af193c2702fb323
parentbde6869ef4bf1c8b1c620c570ea340c8b2d3d269
Use realloc() to (potentially) resize the contents of SmallPtrSet in place.

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