clang fix

This commit is contained in:
Miodrag Milanovic 2018-06-26 12:10:22 +02:00
parent 0a176b4fde
commit e51dd15b6b

View File

@ -127,7 +127,7 @@ std::unique_ptr<CellInfo> create_ice_cell(Context *ctx, IdString type, std::stri
} else { } else {
log_error("unable to create iCE40 cell of type %s", type.c_str(ctx)); 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) void lut_to_lc(const Context *ctx, CellInfo *lut, CellInfo *lc, bool no_dff)