mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Minor logic simplification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80453 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed77e52dd9
commit
419055453c
@ -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…
x
Reference in New Issue
Block a user