Skip to content

Commit a30ecbc

Browse files
author
Yuanke Luo
committed
[RegAlloc] Fix typo
1 parent 585406f commit a30ecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/LiveRangeEdit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ SlotIndex LiveRangeEdit::rematerializeAt(MachineBasicBlock &MBB,
193193
bool EarlyClobber = MI->getOperand(0).isEarlyClobber();
194194
if (ReplaceIndexMI)
195195
return LIS.ReplaceMachineInstrInMaps(*ReplaceIndexMI, *MI)
196-
.getRegSlot(EearlyClobber);
196+
.getRegSlot(EarlyClobber);
197197
return LIS.getSlotIndexes()->insertMachineInstrInMaps(*MI, Late).getRegSlot(
198198
EarlyClobber);
199199
}

0 commit comments

Comments
 (0)