The heuristic for deciding which scope line to use for a continuation funclet relies on iterating on the instructions of the first BB of the continuation. Often, this contains a single unconditional branch, which is skipped by the heuristic. However, in coro-retcon, two such "jump-only" BBs are generated. This patch amends the heuristic to account for that.