back.rtlil: remove useless condition. NFC.
This commit is contained in:
parent
ae0cb48fbb
commit
d29929912f
|
@ -538,7 +538,6 @@ class _StatementCompiler(xfrm.AbstractStatementTransformer):
|
||||||
self._case = old_case
|
self._case = old_case
|
||||||
|
|
||||||
def on_Assign(self, stmt):
|
def on_Assign(self, stmt):
|
||||||
if isinstance(stmt, ast.Assign):
|
|
||||||
lhs_bits, lhs_sign = stmt.lhs.shape()
|
lhs_bits, lhs_sign = stmt.lhs.shape()
|
||||||
rhs_bits, rhs_sign = stmt.rhs.shape()
|
rhs_bits, rhs_sign = stmt.rhs.shape()
|
||||||
if lhs_bits == rhs_bits:
|
if lhs_bits == rhs_bits:
|
||||||
|
|
Loading…
Reference in a new issue