Now that unreachable BBs are removed after BB packing it's not needed to try to removed them again after the main loop. Remove the unneeded call to kill_unreachable_bbs() after the main optimization loop. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- optimize.c | 1 - 1 file changed, 1 deletion(-) diff --git a/optimize.c b/optimize.c index 33ed81986..a63b3bc3a 100644 --- a/optimize.c +++ b/optimize.c @@ -84,7 +84,6 @@ repeat: kill_unreachable_bbs(ep); } while (repeat_phase & REPEAT_CSE); - kill_unreachable_bbs(ep); vrfy_flow(ep); /* Cleanup */ -- 2.16.2 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html