Skip to content

Commit 98f22a5

Browse files
committed
spelllling
1 parent 4b02fec commit 98f22a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/BranchFolding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ bool BranchFolder::HoistCommonCodeInSuccs(MachineBasicBlock *MBB) {
21302130
FI = skipDebugInstructionsForward(FI, FE, false);
21312131
// Pseudo probes are excluded from the range when identifying foldable
21322132
// instructions, so we don't expect to see one now.
2133-
assert(!TI->isPseudoProbe() && "Unexpected psuedo probe in range");
2133+
assert(!TI->isPseudoProbe() && "Unexpected pseudo probe in range");
21342134
// NOTE: The loop above checks CheckKillDead but we can't do that here as
21352135
// it modifies some kill markers after the check.
21362136
assert(TI->isIdenticalTo(*FI, MachineInstr::CheckDefs) &&

0 commit comments

Comments
 (0)