mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0909796868
commit
ee7644da4c
@ -130,7 +130,7 @@ bool LLParser::ResolveForwardRefBlockAddresses(Function *TheFn,
|
|||||||
Res = PFS->GetBB(Refs[i].first.UIntVal, Refs[i].first.Loc);
|
Res = PFS->GetBB(Refs[i].first.UIntVal, Refs[i].first.Loc);
|
||||||
} else if (Refs[i].first.Kind == ValID::t_LocalID) {
|
} else if (Refs[i].first.Kind == ValID::t_LocalID) {
|
||||||
return Error(Refs[i].first.Loc,
|
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 {
|
} else {
|
||||||
Res = dyn_cast_or_null<BasicBlock>(
|
Res = dyn_cast_or_null<BasicBlock>(
|
||||||
TheFn->getValueSymbolTable().lookup(Refs[i].first.StrVal));
|
TheFn->getValueSymbolTable().lookup(Refs[i].first.StrVal));
|
||||||
|
Loading…
Reference in New Issue
Block a user