Revert file unintentionally changed in r235162.

llvm-svn: 235163
This commit is contained in:
Daniel Jasper 2015-04-17 08:01:41 +00:00
parent 0fe44465c3
commit 4b08ea8eca
1 changed files with 1 additions and 1 deletions

View File

@ -3364,7 +3364,7 @@ namespace {
searchForID(M, SearchDecls[I]);
// FIXME: If none of the SearchDecls had local IDs in this module, can
// we avoid searching any ancestor module files?
return Deserialized.empty();
return false;
}
ArrayRef<Decl *> getChain() const {