mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
Fix a pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58102 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4047f4a0b4
commit
56ab0def90
@ -214,7 +214,7 @@ PreAllocSplitting::findRestorePoint(MachineBasicBlock *MBB, MachineInstr *MI,
|
|||||||
do {
|
do {
|
||||||
--MII;
|
--MII;
|
||||||
unsigned Index = LIs->getInstructionIndex(MII);
|
unsigned Index = LIs->getInstructionIndex(MII);
|
||||||
unsigned Gap = LIs->hasGapBeforeInstr(Index);
|
unsigned Gap = LIs->findGapBeforeInstr(Index);
|
||||||
if (Gap) {
|
if (Gap) {
|
||||||
Pt = MII;
|
Pt = MII;
|
||||||
RestoreIndex = Gap;
|
RestoreIndex = Gap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user