Skip to content

Commit 9d758ef

Browse files
committed
Reformat
1 parent 4568282 commit 9d758ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,8 +1507,8 @@ RValue CIRGenFunction::buildBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
15071507
mlir::Attribute levelAttr = ConstantEmitter(*this).emitAbstract(
15081508
E->getArg(0), E->getArg(0)->getType());
15091509
int64_t level = mlir::cast<cir::IntAttr>(levelAttr).getSInt();
1510-
return RValue::get(builder.create<cir::ReturnAddrOp>(
1511-
loc, builder.getUInt32(level, loc)));
1510+
return RValue::get(
1511+
builder.create<cir::ReturnAddrOp>(loc, builder.getUInt32(level, loc)));
15121512
}
15131513
case Builtin::BI_ReturnAddress:
15141514
llvm_unreachable("BI_ReturnAddress NYI");

0 commit comments

Comments
 (0)