[PATCH 4/8] optim: no need to kill_unreachable_bbs() after main loop

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux