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:
parent
c9dbe1610e
commit
4fef698b89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user