Added support for processing abbreviations in the Deserializer.

Added some #ifdef-controlled messages for debugging backpatching.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43771 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek
2007-11-06 19:49:16 +00:00
parent bd779a3a1f
commit 26e25b3bf0
2 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -156,9 +156,9 @@ public:
bool AtEnd();
bool inRecord();
private:
void ReadRecord();
bool inRecord();
uintptr_t ReadInternalRefPtr();
static inline bool HasFinalPtr(MapTy::value_type& V) {