> From 484a3a27d95b4bf3be9ac4b9bcf1aca1abe3ac19 Mon Sep 17 00:00:00 2001 > From: Christopher Li <sparse@xxxxxxxxxxx> > Date: Sat, 8 Jul 2017 19:34:49 -0700 > Subject: [PATCH] move kill_unreachable_bbs to outer cse stage > > The current way of kill_unreach_bbs in insert_branch() > cause delete entry in ptrlist that the upper level > caller is looping on. > > Move it outside to the cse stage avoid that problem. > > Reported-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> > Signed-of-By: Christopher Li <sparse@xxxxxxxxxxx> > --- > cse.c | 3 +++ > flow.c | 2 -- > linearize.c | 3 --- > 3 files changed, 3 insertions(+), 5 deletions(-) The original patch had a testcase for the regressions testsuite. Is there a reasons why there it has been dropped here? The original patch had a reference to the patch it fixed, which is quite helpful to understand the exact situation. Is there a reason why it has been dropped here? -- Luc -- 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