mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
64f30e3eed
commit
e2ac552421
@ -613,7 +613,7 @@ MachineInstr *InlineSpiller::traceSiblingValue(unsigned UseReg, VNInfo *UseVNI,
|
||||
propagateSiblingValue(SVI);
|
||||
} while (!WorkList.empty());
|
||||
|
||||
// Look up the value we were looking for. We already did this lokup at the
|
||||
// Look up the value we were looking for. We already did this lookup at the
|
||||
// top of the function, but SibValues may have been invalidated.
|
||||
SVI = SibValues.find(UseVNI);
|
||||
assert(SVI != SibValues.end() && "Didn't compute requested info");
|
||||
|
Loading…
x
Reference in New Issue
Block a user