Skip to content

Commit 13d5276

Browse files
formatting
1 parent e8c7671 commit 13d5276

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,9 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl &gd, unsigned builtinID,
544544

545545

546546
if (value.isScalar()) {
547-
if (!value.getValue() || mlir::isa<cir::VoidType>(value.getValue().getType()))
548-
return RValue::getIgnored();
547+
if (!value.getValue() ||
548+
mlir::isa<cir::VoidType>(value.getValue().getType()))
549+
return RValue::getIgnored();
549550

550551
return value;
551552
}

0 commit comments

Comments
 (0)