1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/Bitcode
Ted Kremenek 4457e36ffe Added typedef "SerializedPtrID" to represent the pointer handle written to disk
instead of just using "unsigned".  This gives us more flexibility in changing
the definition of the handle later, and is more self-documenting.

Added tracking of block stack in the Deserializer.  Now clients can query
if they are still within a block using the methods GetCurrentBlockLocation()
and FinishedBlock().

llvm-svn: 43903
2007-11-08 19:50:46 +00:00
..
Reader Added typedef "SerializedPtrID" to represent the pointer handle written to disk 2007-11-08 19:50:46 +00:00
Writer Added typedef "SerializedPtrID" to represent the pointer handle written to disk 2007-11-08 19:50:46 +00:00
Makefile build the bitcode dir 2007-04-22 06:26:05 +00:00