mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
@@ -613,7 +613,7 @@ MachineInstr *InlineSpiller::traceSiblingValue(unsigned UseReg, VNInfo *UseVNI,
|
|||||||
propagateSiblingValue(SVI);
|
propagateSiblingValue(SVI);
|
||||||
} while (!WorkList.empty());
|
} 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.
|
// top of the function, but SibValues may have been invalidated.
|
||||||
SVI = SibValues.find(UseVNI);
|
SVI = SibValues.find(UseVNI);
|
||||||
assert(SVI != SibValues.end() && "Didn't compute requested info");
|
assert(SVI != SibValues.end() && "Didn't compute requested info");
|
||||||
|
Reference in New Issue
Block a user