Minor logic simplification.

llvm-svn: 80453
This commit is contained in:
Dan Gohman 2009-08-29 23:37:49 +00:00
parent 311d06902a
commit 399d6ae4f7
1 changed files with 1 additions and 1 deletions

View File

@ -2501,7 +2501,7 @@ bool LLParser::ParseFunctionHeader(Function *&Fn, bool isDefine) {
}
}
} else if (FunctionName.empty()) {
} else {
// If this is a definition of a forward referenced function, make sure the
// types agree.
std::map<unsigned, std::pair<GlobalValue*, LocTy> >::iterator I