aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/cells.cc')
-rw-r--r--ice40/cells.cc2
1 files changed, 1 insertions, 1 deletions
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<CellInfo> 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)