On Mon, Feb 27, 2017 at 4:40 PM, Christopher Li <sparse@xxxxxxxxxxx> wrote: > On Mon, Feb 20, 2017 at 6:45 PM, Luc Van Oostenryck > <luc.vanoostenryck@xxxxxxxxx> wrote: >> >> diff --git a/linearize.c b/linearize.c >> index 99203d915..6908e9f57 100644 >> --- a/linearize.c >> +++ b/linearize.c >> @@ -1862,7 +1862,7 @@ static pseudo_t linearize_return(struct entrypoint *ep, struct statement *stmt) >> struct basic_block *active; >> pseudo_t src = linearize_expression(ep, expr); >> active = ep->active; >> - if (active && src != &void_pseudo) { >> + if (active && src != VOID) { > > Looks good. Can you add S-O-B for this? > > Thanks Sure. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> -- 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