Updated backpatching logic during object deserialization to perform
authorTed Kremenek <kremenek@apple.com>
Sun, 28 Oct 2007 21:17:59 +0000 (21:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 28 Oct 2007 21:17:59 +0000 (21:17 +0000)
commit5973ef40ca290903e0b3a4952162c14b55af5d72
treecdf6969c92acad8154ce83c273b947944a9ad824
parentdc84650679b6330e0fcdd4cf8bc2a351387db7ca
Updated backpatching logic during object deserialization to perform
eager backpatching instead of waithing until all objects have been
deserialized.  This allows us to reduce the memory footprint needed
for backpatching.

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