Skip to content

Commit 01786b5

Browse files
committed
clang-format
1 parent d40a558 commit 01786b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenExpr.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ void CIRGenFunction::emitStoreOfScalar(mlir::Value value, Address addr,
257257
assert(!cir::MissingFeatures::opTBAA());
258258
}
259259

260-
mlir::Value CIRGenFunction::emitStoreThroughBitfieldLValue(RValue src, LValue dst) {
260+
mlir::Value CIRGenFunction::emitStoreThroughBitfieldLValue(RValue src,
261+
LValue dst) {
261262
assert(!cir::MissingFeatures::bitfields());
262263
cgm.errorNYI("bitfields");
263264
return {};

0 commit comments

Comments
 (0)