forked from OSchip/llvm-project
parent
311d06902a
commit
399d6ae4f7
|
@ -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