Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passed in for
authorTed Kremenek <kremenek@apple.com>
Sat, 10 Nov 2007 19:28:49 +0000 (19:28 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 10 Nov 2007 19:28:49 +0000 (19:28 +0000)
commit303f7fe1490d78e1f305cde78c077448723aae44
tree515b3899a2eed7a7e1d05bd985405a6885024350
parent5d1f2cc6449f489857d1468bc8ebc594515e718d
Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passed in for
deserialization as a temporary location for storing serialized pointer identifiers. The
definition of SerializedPtrID will likely change significantly in the future, and the
current implementation caused compilation errors on some 64-bit machines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43983 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/Deserialize.h