From e51dd15b6bca1bb9e01b5275e68036a658f6c504 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 26 Jun 2018 12:10:22 +0200 Subject: clang fix --- ice40/cells.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40') 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) -- cgit v1.2.3