public static Block DoDecompileScopes(ControlFlowGraph cfg)
 {
     // todo. do not crash on irregular control flow but rather emit labels/gotos
     return(cfg.DecompileScopes());
 }