Changed method call to reflect updated serialization API.

llvm-svn: 43917
This commit is contained in:
Ted Kremenek 2007-11-09 00:43:55 +00:00
parent 1d9406c1ca
commit 908f96a2cf
1 changed files with 1 additions and 1 deletions

View File

@ -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);