Skip to content

Commit 76da35b

Browse files
jroelofsyuxuanchen1997
authored andcommitted
[llvm][MachineLICM] Fix a comment typo. NFC
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250611
1 parent 4782de5 commit 76da35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MachineLICM.cpp

Lines changed: 1 addition & 1 deletion
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)