mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 07:39:11 +08:00
QualType deserialization now requires that the underlying pointer type
must be deserialized without requiring backpatching. llvm-svn: 43786
This commit is contained in:
@@ -24,7 +24,7 @@ void QualType::Emit(llvm::Serializer& S) const {
|
||||
}
|
||||
|
||||
void QualType::Read(llvm::Deserializer& D) {
|
||||
D.ReadUIntPtr(ThePtr);
|
||||
D.ReadUIntPtr(ThePtr,false);
|
||||
ThePtr |= D.ReadInt();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user