aboutsummaryrefslogtreecommitdiff
path: root/simpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'simpl.c')
-rw-r--r--simpl.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/simpl.c b/simpl.c
index 5b16f54..3774f29 100644
--- a/simpl.c
+++ b/simpl.c
@@ -118,9 +118,7 @@ simpl(Fn *fn)
--i;
ins(&i, &new, b, fn);
}
- if (new) {
- b->nins = &insb[NIns] - curi;
- idup(&b->ins, curi, b->nins);
- }
+ if (new)
+ idup(b, curi, &insb[NIns]-curi);
}
}