mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
Fix typo.
llvm-svn: 163059
This commit is contained in:
parent
81fddf885c
commit
a0765b2560
@ -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…
Reference in New Issue
Block a user