mirror of https://github.com/YosysHQ/yosys.git
peepopt: delete unnecessary comment in shiftadd
This commit is contained in:
parent
68a9aa7c29
commit
7f8b6dd982
|
@ -113,8 +113,6 @@ code
|
|||
log_warning("at %s: result of shift operation is always constant (shifting '%s' by '%s + %d'-bits)\n", \
|
||||
shift->get_src_attribute().c_str(), log_signal(old_a), log_signal(var_signal), offset);
|
||||
}
|
||||
|
||||
// is it fine to leave new_a empty? (size 0)
|
||||
}
|
||||
|
||||
SigSpec new_b = {var_signal, SigSpec(State::S0, log2scale)};
|
||||
|
|
Loading…
Reference in New Issue