Changed method call to reflect updated serialization API.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43917 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Basic/IdentifierTable.cpp b/Basic/IdentifierTable.cpp
index a69e65f..48fb086 100644
--- a/Basic/IdentifierTable.cpp
+++ b/Basic/IdentifierTable.cpp
@@ -433,7 +433,7 @@
}
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);