Skip to content

Commit 81bd7b3

Browse files
committed
formatting
1 parent d55762a commit 81bd7b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenDecl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,8 @@ void CIRGenFunction::emitExprAsInit(const Expr *init, const ValueDecl *D,
763763
llvm_unreachable("bad evaluation kind");
764764
}
765765

766-
mlir::Attribute CIRGenFunction::emitLifetimeStart(int64_t size, mlir::Value addr) {
766+
mlir::Attribute CIRGenFunction::emitLifetimeStart(int64_t size,
767+
mlir::Value addr) {
767768
assert(!cir::MissingFeatures::shouldEmitLifetimeMarkers());
768769
if (!shouldEmitLifetimeMarkers)
769770
return nullptr;

0 commit comments

Comments
 (0)