From 165392ab63ee1dc3040917fc7c316847a16a210f Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sat, 27 Feb 2016 22:36:58 -0500 Subject: leave only the most important free todos --- lisc/ssa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisc/ssa.c') diff --git a/lisc/ssa.c b/lisc/ssa.c index 9115f4c..18178c3 100644 --- a/lisc/ssa.c +++ b/lisc/ssa.c @@ -295,7 +295,7 @@ phiins(Fn *fn) Ref r; int t, n, k, nt; - bsinit(u, fn->nblk); /* todo, free those */ + bsinit(u, fn->nblk); bsinit(defs, fn->nblk); blist = emalloc(fn->nblk * sizeof blist[0]); be = &blist[fn->nblk]; -- cgit 1.4.1