diff options
-rw-r--r-- | Basic/IdentifierTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Basic/IdentifierTable.cpp b/Basic/IdentifierTable.cpp index a69e65fe19..48fb086852 100644 --- a/Basic/IdentifierTable.cpp +++ b/Basic/IdentifierTable.cpp @@ -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); |