From 283db470be04409e858b2036aa883d51fa952daf Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 21 Aug 2024 17:04:08 -0700 Subject: [PATCH] Small edit --- passes/opt/muxpack.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/passes/opt/muxpack.cc b/passes/opt/muxpack.cc index b5272e50c..38a109618 100644 --- a/passes/opt/muxpack.cc +++ b/passes/opt/muxpack.cc @@ -203,9 +203,8 @@ struct MuxpackWorker a_sig = b_sig; } else if (cell->type == ID($pmux)) { - if (!sig_chain_prev.count(a_sig)) { + if (!sig_chain_prev.count(a_sig)) goto start_cell; - } } else log_abort();