================
@@ -299,6 +299,8 @@ std::pair<BasicBlock *, bool> ControlFlowHub::finalize(
Outgoing.insert(Succ1);
}
+ assert(Outgoing.size());
----------------
Saldivarcher wrote:
Done!
https://github.com/llvm/llvm-project/pull/165343