Skip to content

Commit 95b7bab

Browse files
committed
Fix typo in comment.
1 parent b137b20 commit 95b7bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/TwoAddressInstructionPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@ eliminateRegSequence(MachineBasicBlock::iterator &MBBI) {
19971997
MI.removeOperand(j);
19981998
} else {
19991999
if (LIS) {
2000-
// Force live interval recomputation if we moved to a partial defintion
2000+
// Force live interval recomputation if we moved to a partial definition
20012001
// of the register. Undef flags must be propagate to uses of undefined
20022002
// subregister for accurate interval computation.
20032003
if (UndefLanes.any() && DefVN && MRI->shouldTrackSubRegLiveness(DstReg)) {

0 commit comments

Comments
 (0)