diff --git a/include/mlir-hlo/Dialect/mhlo/transforms/map_lmhlo_to_scalar_op.h b/include/mlir-hlo/Dialect/mhlo/transforms/map_lmhlo_to_scalar_op.h index 0a3c240..288e04c 100644 --- a/include/mlir-hlo/Dialect/mhlo/transforms/map_lmhlo_to_scalar_op.h +++ b/include/mlir-hlo/Dialect/mhlo/transforms/map_lmhlo_to_scalar_op.h @@ -323,7 +323,8 @@ inline Value MapLhloOpToStdScalarOp(Location loc, ArrayRef arg_types, ArrayRef args, OpBuilder* b) { - return MapLhloOpToScalarOpImpl{}( + return MapLhloOpToScalarOpImpl{}( loc, result_types, arg_types, args, b); }