On Wed, Aug 16, 2017 at 11:34 AM, Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > Add an helper to remove the usage of a pseudo, like kill_use() > do but unlike kill_use(), without trying to kill (recursively!) > the defining instruction if the usage drop to zero. > > > +/* > + * Like kill_use() but do not recursively kill instructions > + * that become without users. > + */ > +void remove_use(pseudo_t *usep) remove_use() vs remove_usage() in the above code look a bit too close to tell apart. This two have total different behavior not reflecting in the name. I was confused there for a second. That is before I notice the subtle different between remove_use() vs remove_usage() Chris -- 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