Skip to content

Commit 50412c3

Browse files
committed
Clang-format
1 parent 61bc256 commit 50412c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,8 +1499,7 @@ mlir::LogicalResult CIRToLLVMConstantOpLowering::matchAndRewrite(
14991499
return mlir::success();
15001500
}
15011501

1502-
static uint64_t getTypeSize(mlir::Type type,
1503-
mlir::Operation &op) {
1502+
static uint64_t getTypeSize(mlir::Type type, mlir::Operation &op) {
15041503
mlir::DataLayout layout(op.getParentOfType<mlir::ModuleOp>());
15051504
// For LLVM purposes we treat void as u8.
15061505
if (isa<cir::VoidType>(type))

0 commit comments

Comments
 (0)