Skip to content

Commit 2efbd35

Browse files
format
1 parent 13d5276 commit 2efbd35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl &gd, unsigned builtinID,
542542
// Now see if we can emit a target-specific builtin.
543543
RValue value = emitTargetBuiltinExpr(builtinID, e, returnValue);
544544

545-
546545
if (value.isScalar()) {
547546
if (!value.getValue() ||
548547
mlir::isa<cir::VoidType>(value.getValue().getType()))

0 commit comments

Comments
 (0)