We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103a7b5 commit eb4474cCopy full SHA for eb4474c
llvm/lib/CodeGen/RegisterCoalescer.cpp
@@ -1832,7 +1832,7 @@ bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) {
1832
1833
if (!MRI->isConstantPhysReg(DstReg)) {
1834
// We checked above that there are no interfering defs of the physical
1835
- // 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
1836
// the physical register, we also need to check for interfering uses.
1837
SlotIndexes *Indexes = LIS->getSlotIndexes();
1838
for (SlotIndex SI = Indexes->getNextNonNullIndex(DestRegIdx);
0 commit comments