From 9d6e49913218aa57668939024b044dca0e6ff53b Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 7 Aug 2015 16:10:24 -0400 Subject: the only wrong use count is the one of r --- lisc/isel.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisc/isel.c') diff --git a/lisc/isel.c b/lisc/isel.c index bcbc5ba..2d4b413 100644 --- a/lisc/isel.c +++ b/lisc/isel.c @@ -181,8 +181,6 @@ seljmp(Blk *b, Fn *fn) assert(fn->tmp[r.val].ndef==1); selcmp(fi->arg, fn); *fi = (Ins){ONop, R, {R, R}}; - /* !!! use counts are invalid after that !!! */ - return; } } else b->jmp.type = JXJc + Cne; -- cgit 1.4.1