git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312919
91177308-0d34-0410-b5e6-
96231b3b80d8
if (!MRI->isConstantPhysReg(DstReg)) {
// We checked above that there are no interfering defs of the physical
- // register. However, for this case, where we intent to move up the def of
+ // register. However, for this case, where we intend to move up the def of
// the physical register, we also need to check for interfering uses.
SlotIndexes *Indexes = LIS->getSlotIndexes();
for (SlotIndex SI = Indexes->getNextNonNullIndex(DestRegIdx);