From 11eab4c8c76f9ef9cff4f152579e9ff421fa6d46 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 30 Nov 2015 13:25:30 -0500 Subject: cosmetics in liveness --- lisc/live.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisc/live.c b/lisc/live.c index e95f289..0639740 100644 --- a/lisc/live.c +++ b/lisc/live.c @@ -103,9 +103,8 @@ Again: chg |= memcmp(&b->out, &u, sizeof(Bits)); memset(phi, 0, f->ntmp * sizeof phi[0]); + memset(nlv, 0, sizeof nlv); b->in = b->out; - nlv[0] = 0; - nlv[1] = 0; for (t=0; tntmp; t++) if (BGET(b->in, t)) { phifix(t, phi, f->tmp); -- cgit 1.4.1