Changed implementation of Serialize::EmitDiffPtrID and
authorTed Kremenek <kremenek@apple.com>
Sat, 17 Nov 2007 00:45:37 +0000 (00:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 17 Nov 2007 00:45:37 +0000 (00:45 +0000)
commit07cad1c6ceebd108db87309814c8dc47041c58c3
treed4785a39cce3f11ee3616f031fca116ab7e57d14
parent04ab82a8068c0eb735b663cd77a8d2f7c5bcbefd
Changed implementation of Serialize::EmitDiffPtrID and
Deserialize::ReadDiffPtrID to read and emit bools instead of unsigned
integers. This should result in a nice space optimization once we have
"auto-abbreviation" generation in place.

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