mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
typo
llvm-svn: 85812
This commit is contained in:
parent
fc4e63b285
commit
874e573d61
@ -130,7 +130,7 @@ bool LLParser::ResolveForwardRefBlockAddresses(Function *TheFn,
|
||||
Res = PFS->GetBB(Refs[i].first.UIntVal, Refs[i].first.Loc);
|
||||
} else if (Refs[i].first.Kind == ValID::t_LocalID) {
|
||||
return Error(Refs[i].first.Loc,
|
||||
"cannot take address of numeric label after it the function is defined");
|
||||
"cannot take address of numeric label after the function is defined");
|
||||
} else {
|
||||
Res = dyn_cast_or_null<BasicBlock>(
|
||||
TheFn->getValueSymbolTable().lookup(Refs[i].first.StrVal));
|
||||
|
Loading…
x
Reference in New Issue
Block a user