Bug fix: after reallocating the hash table, we have to re-insert each value
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 29 Jul 2003 20:01:01 +0000 (20:01 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 29 Jul 2003 20:01:01 +0000 (20:01 +0000)
commitb3b0414c8788a82a6dbbbe0d9b71cb1a356dca1b
tree05007ed30b60b0174d973dba603886b6c2a7097d
parente6124d3b7c44e9ce0fb2e5656cef3c0b0d376ee3
Bug fix: after reallocating the hash table, we have to re-insert each value
instead of copying table entries!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7396 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/libtrace/tracelib.c