Skip to content

Commit 2576758

Browse files
committed
code formatter
1 parent 685192d commit 2576758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2586,7 +2586,7 @@ SDValue DAGTypeLegalizer::PromoteIntOp_ExpOp(SDNode *N) {
25862586

25872587
if (LC == RTLIB::UNKNOWN_LIBCALL || !TLI.getLibcallName(LC)) {
25882588
if (N->getValueType(0).isVector())
2589-
return DAG.UnrollVectorOp(N);
2589+
return DAG.UnrollVectorOp(N);
25902590
SmallVector<SDValue, 3> NewOps(N->ops());
25912591
NewOps[1 + OpOffset] = SExtPromotedInteger(N->getOperand(1 + OpOffset));
25922592
return SDValue(DAG.UpdateNodeOperands(N, NewOps), 0);

0 commit comments

Comments
 (0)