commit 9d6e49913218aa57668939024b044dca0e6ff53b
parent e240ec3026d1eb827e411605d5506585e255a090
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Fri, 7 Aug 2015 16:10:24 -0400
the only wrong use count is the one of r
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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;