llvm-svn: 312919
This commit is contained in:
Matt Arsenault 2017-09-11 15:23:22 +00:00
parent 103a7b5bbb
commit eb4474cf20
1 changed files with 1 additions and 1 deletions

View File

@ -1832,7 +1832,7 @@ bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) {
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);