Skip to content

Commit f190b2d

Browse files
author
arnamoy.bhattacharyya
committed
clang-format
1 parent 0eb1acd commit f190b2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir-sycl/lib/Dialect/IR/SYCLOps.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ bool mlir::sycl::SYCLCastOp::areCastCompatible(::mlir::TypeRange Inputs,
5858
}
5959

6060
mlir::LogicalResult mlir::sycl::SYCLConstructorOp::verify() {
61-
if (!getOperand(0).getType().dyn_cast<mlir::MemRefType>())
62-
return emitOpError("The first argument of a sycl::constructor op has to be a MemRef");
61+
if (!getOperand(0).getType().dyn_cast<mlir::MemRefType>())
62+
return emitOpError(
63+
"The first argument of a sycl::constructor op has to be a MemRef");
6364
return success();
6465
}
6566

0 commit comments

Comments
 (0)