Skip to content

Commit a3709f9

Browse files
committed
Clang-format
1 parent db85047 commit a3709f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,8 @@ mlir::Value ScalarExprEmitter::emitSub(const BinOpInfo &ops) {
17351735
//
17361736
// See more in `EmitSub` in CGExprScalar.cpp.
17371737
assert(!cir::MissingFeatures::ptrDiffOp());
1738-
return builder.create<cir::PtrDiffOp>(cgf.getLoc(ops.loc), cgf.PtrDiffTy, ops.lhs, ops.rhs);
1738+
return builder.create<cir::PtrDiffOp>(cgf.getLoc(ops.loc), cgf.PtrDiffTy,
1739+
ops.lhs, ops.rhs);
17391740
}
17401741

17411742
mlir::Value ScalarExprEmitter::emitShl(const BinOpInfo &ops) {

0 commit comments

Comments
 (0)