Skip to content

Commit eb4474c

Browse files
committed
Fix typo
llvm-svn: 312919
1 parent 103a7b5 commit eb4474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/RegisterCoalescer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) {
18321832

18331833
if (!MRI->isConstantPhysReg(DstReg)) {
18341834
// 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
1835+
// register. However, for this case, where we intend to move up the def of
18361836
// the physical register, we also need to check for interfering uses.
18371837
SlotIndexes *Indexes = LIS->getSlotIndexes();
18381838
for (SlotIndex SI = Indexes->getNextNonNullIndex(DestRegIdx);

0 commit comments

Comments
 (0)