summary refs log tree commit diff
path: root/lisc/isel.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-23 12:19:30 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-23 12:19:30 -0500
commit47304da8357f0e0e460f1e4fa4987ba2f1064254 (patch)
treef6f28a164689ea484264e3d1cd145a29ee96c29d /lisc/isel.c
parent187c9991b5a66d1c2bd0367038d180fe90f69ce1 (diff)
downloadroux-47304da8357f0e0e460f1e4fa4987ba2f1064254.tar.gz
cosmetics in isel.c
Diffstat (limited to 'lisc/isel.c')
-rw-r--r--lisc/isel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisc/isel.c b/lisc/isel.c
index 6c579d6..8ae4be7 100644
--- a/lisc/isel.c
+++ b/lisc/isel.c
@@ -667,8 +667,7 @@ selpar(Fn *fn, Ins *i0, Ins *i1)
 	classify(i0, i1, ac, OPar);
 
 	curi = insb;
-	ni = 0;
-	ns = 0;
+	ni = ns = 0;
 	assert(NAlign == 3);
 	stk = -2;
 	for (i=i0, a=ac; i<i1; i++, a++) {