diff --git a/ice40/cells.cc b/ice40/cells.cc index 4ca579f6..b1c92141 100644 --- a/ice40/cells.cc +++ b/ice40/cells.cc @@ -127,7 +127,7 @@ std::unique_ptr create_ice_cell(Context *ctx, IdString type, std::stri } else { log_error("unable to create iCE40 cell of type %s", type.c_str(ctx)); } - return std::move(new_cell); + return new_cell; } void lut_to_lc(const Context *ctx, CellInfo *lut, CellInfo *lc, bool no_dff)