Skip to content

Commit 1f80291

Browse files
committed
one more typo fix
1 parent ca8c795 commit 1f80291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9283,7 +9283,7 @@ SDValue RISCVTargetLowering::lowerSELECT(SDValue Op, SelectionDAG &DAG) const {
92839283
auto getCost = [&](const APInt &Delta, const APInt &Addend) {
92849284
const int DeltaCost = RISCVMatInt::getIntMatCost(
92859285
Delta, Subtarget.getXLen(), Subtarget, /*CompressionCost=*/true);
9286-
// Does the addend folds into an ADDI
9286+
// Does the addend fold into an ADDI
92879287
if (Addend.isSignedIntN(12))
92889288
return DeltaCost;
92899289
const int AddendCost = RISCVMatInt::getIntMatCost(

0 commit comments

Comments
 (0)