We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b02fec commit 98f22a5Copy full SHA for 98f22a5
llvm/lib/CodeGen/BranchFolding.cpp
@@ -2130,7 +2130,7 @@ bool BranchFolder::HoistCommonCodeInSuccs(MachineBasicBlock *MBB) {
2130
FI = skipDebugInstructionsForward(FI, FE, false);
2131
// Pseudo probes are excluded from the range when identifying foldable
2132
// instructions, so we don't expect to see one now.
2133
- assert(!TI->isPseudoProbe() && "Unexpected psuedo probe in range");
+ assert(!TI->isPseudoProbe() && "Unexpected pseudo probe in range");
2134
// NOTE: The loop above checks CheckKillDead but we can't do that here as
2135
// it modifies some kill markers after the check.
2136
assert(TI->isIdenticalTo(*FI, MachineInstr::CheckDefs) &&
0 commit comments