# New Ticket Created by Paul Cochrane # Please include the string: [perl #48284] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48284 >
In compilers/imcc/cfg.c:propagate_need() there is the todo item: l = r->life_info[bb->index]; /* XXX Will never get used */ So why is this code there? There is also a commented out line which reads: /* l->last_ins = bb->end; XXX:leo why? */ Why? I don't know either. I wish I did, otherwise I could just fix the code and not write an RT ticket... Anyway, it looks like this code can be removed, and this needs to be done :-)