diff options
Diffstat (limited to 'lib/Frontend/PCHReader.cpp')
-rw-r--r-- | lib/Frontend/PCHReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PCHReader.cpp b/lib/Frontend/PCHReader.cpp index 9c771e0473..dc102bb6e0 100644 --- a/lib/Frontend/PCHReader.cpp +++ b/lib/Frontend/PCHReader.cpp @@ -1558,7 +1558,7 @@ void PCHReader::InitializeContext(ASTContext &Ctx) { // FIXME. Accommodate for this in several PCH/Index tests if (unsigned ObjCSelRedef = SpecialTypes[pch::SPECIAL_TYPE_OBJC_SEL_REDEFINITION]) - Context->ObjCSELRedefinitionType = GetType(ObjCSelRedef); + Context->ObjCSelRedefinitionType = GetType(ObjCSelRedef); #endif if (unsigned String = SpecialTypes[pch::SPECIAL_TYPE_BLOCK_DESCRIPTOR]) Context->setBlockDescriptorType(GetType(String)); |