Small bugfix in uniquify pass

Signed-off-by: Claire Xenia Wolf <[email protected]>
This commit is contained in:
Claire Xenia Wolf
2022-12-21 10:41:48 +01:00
parent 6a6e1d8424
commit a9072dc23c
+1
View File
@@ -52,6 +52,7 @@ struct UniquifyPass : public Pass {
// flag_check = true;
// continue;
// }
break;
}
extra_args(args, argidx, design);