Updated backpatching during object deserialization to support "smart"
authorTed Kremenek <kremenek@apple.com>
Thu, 25 Oct 2007 23:40:35 +0000 (23:40 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 25 Oct 2007 23:40:35 +0000 (23:40 +0000)
commit3bd9dcc08f1fc3431b6efdafcc005815141462b7
tree0df5fa64d788fc143badef0b673244a5a33fbc90
parent8df77a9e0fbe32bd519ac2fd16ba28298a110a69
Updated backpatching during object deserialization to support "smart"
pointers that employ unused bits in a pointer to store extra data.

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