mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Typo fixes in opt_expr and opt_merge
This commit is contained in:
@@ -1101,7 +1101,7 @@ struct OptExprPass : public Pass {
|
||||
bool do_fine = false;
|
||||
bool keepdc = false;
|
||||
|
||||
log_header("Executing OPT_CONST pass (perform const folding).\n");
|
||||
log_header("Executing OPT_EXPR pass (perform const folding).\n");
|
||||
log_push();
|
||||
|
||||
size_t argidx;
|
||||
|
||||
Reference in New Issue
Block a user