summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 13:25:30 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 13:25:30 -0500
commit11eab4c8c76f9ef9cff4f152579e9ff421fa6d46 (patch)
treecdc5b0056248c74991796eb82586c3073339c767
parent23b2771c8ce996947a0e82b12e5cdfc9aced9aa7 (diff)
downloadroux-11eab4c8c76f9ef9cff4f152579e9ff421fa6d46.tar.gz
cosmetics in liveness
-rw-r--r--lisc/live.c3
1 files changed, 1 insertions, 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; t<f->ntmp; t++)
 			if (BGET(b->in, t)) {
 				phifix(t, phi, f->tmp);