Skip to content

Commit ffc00d9

Browse files
committed
clang-format
1 parent eababdc commit ffc00d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ struct IndexCastIndexI1Pattern final
628628

629629
Location loc = op.getLoc();
630630
Value zeroIdx =
631-
spirv::ConstantOp::getZero(adaptor.getIn().getType(), loc, rewriter);
631+
spirv::ConstantOp::getZero(adaptor.getIn().getType(), loc, rewriter);
632632
rewriter.replaceOpWithNewOp<spirv::INotEqualOp>(op, dstType, zeroIdx,
633633
adaptor.getIn());
634634
return success();

0 commit comments

Comments
 (0)