forked from OSchip/llvm-project
Changed method call to reflect updated serialization API.
llvm-svn: 43917
This commit is contained in:
parent
1d9406c1ca
commit
908f96a2cf
|
@ -433,7 +433,7 @@ void IdentifierTable::Emit(llvm::Serializer& S) const {
|
|||
}
|
||||
|
||||
IdentifierTable* IdentifierTable::Materialize(llvm::Deserializer& D) {
|
||||
llvm::Deserializer::Location BLoc = D.GetCurrentBlockLocation();
|
||||
llvm::Deserializer::Location BLoc = D.getCurrentBlockLocation();
|
||||
|
||||
std::vector<char> buff;
|
||||
buff.reserve(200);
|
||||
|
|
Loading…
Reference in New Issue