diff --git a/passes/opt/muxpack.cc b/passes/opt/muxpack.cc index fe60d5404..b243f594f 100644 --- a/passes/opt/muxpack.cc +++ b/passes/opt/muxpack.cc @@ -246,7 +246,7 @@ struct MuxpackWorker void process_chain(vector &chain, bool make_excl) { - if (GetSize(chain) < 2) + if (GetSize(chain) < 3) return; int cursor = 0;