Skip to content

Commit b1f263e

Browse files
committed
[llvm][MachineLICM] Fix a comment typo. NFC
1 parent 20eff68 commit b1f263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MachineLICM.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ static void applyBitsNotInRegMaskToRegUnitsMask(const TargetRegisterInfo &TRI,
476476
RUs |= RUsFromRegsNotInMask;
477477
}
478478

479-
/// Examine the instruction for potentai LICM candidate. Also
479+
/// Examine the instruction for potential LICM candidate. Also
480480
/// gather register def and frame object update information.
481481
void MachineLICMBase::ProcessMI(MachineInstr *MI, BitVector &RUDefs,
482482
BitVector &RUClobbers,

0 commit comments

Comments
 (0)