1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Minor logic simplification.

llvm-svn: 80453
This commit is contained in:
Dan Gohman 2009-08-29 23:37:49 +00:00
parent c9dbe1610e
commit 4fef698b89

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