1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/include
Ted Kremenek f9bee1e089 Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to
deserialize objects if BatchReadOwnedPtrs was called more than once in the
same call chain then the second call would overwrite the SerializedPtrIDs
being used by the first call. Solved this problem by making the vector that
holds the pointer IDs local to a function call. Now BatchReadOwnedPtrs is
reentrant.

llvm-svn: 44152
2007-11-15 00:05:03 +00:00
..
llvm Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to 2007-11-15 00:05:03 +00:00
llvm-c C and Objective Caml bindings for PHINode::addIncoming etc. 2007-10-08 18:14:39 +00:00