mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
Unbreak build.
llvm-svn: 50980
This commit is contained in:
@@ -117,7 +117,7 @@ void ScopedDecl::ReadInRec(Deserializer& D, ASTContext& C) {
|
||||
NamedDecl::ReadInRec(D, C);
|
||||
D.ReadPtr(Next); // From ScopedDecl.
|
||||
|
||||
assert(DeclCtx == 0) // Allow back-patching. Observe that we register
|
||||
assert(DeclCtx == 0); // Allow back-patching. Observe that we register
|
||||
D.ReadPtr(DeclCtx); // the variable of the *object* for back-patching.
|
||||
// Its actual value will get filled in later.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user