summary refs log tree commit diff
path: root/lisc/spill.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/spill.c')
-rw-r--r--lisc/spill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/spill.c b/lisc/spill.c
index 5984372..3a7bc35 100644
--- a/lisc/spill.c
+++ b/lisc/spill.c
@@ -397,7 +397,6 @@ spill(Fn *fn)
 		} else if (s1) {
 			liveon(v, b, s1);
 			if (s2) {
-				bszero(u);
 				liveon(u, b, s2);
 				bscopy(w, u);
 				bsinter(w, v);