Skip to content

Commit e43532f

Browse files
committed
prmote -> promote
1 parent 496b064 commit e43532f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2938,7 +2938,7 @@ SDValue SelectionDAGLegalize::PromoteReduction(SDNode *Node) {
29382938
Operands[j] =
29392939
DAG.getNode(ISD::FP_EXTEND, DL, NewVecVT, Node->getOperand(j));
29402940
} else if (Node->getOperand(j).getValueType().isFloatingPoint()) {
2941-
// prmote the initial value.
2941+
// promote the initial value.
29422942
Operands[j] =
29432943
DAG.getNode(ISD::FP_EXTEND, DL, NewScalarVT, Node->getOperand(j));
29442944
} else {

0 commit comments

Comments
 (0)