aboutsummaryrefslogtreecommitdiffhomepage
path: root/c.c
diff options
context:
space:
mode:
Diffstat (limited to 'c.c')
-rw-r--r--c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c.c b/c.c
index 8da24a3..8224399 100644
--- a/c.c
+++ b/c.c
@@ -3810,7 +3810,6 @@ localdecl(struct comp *cm, struct function *fn, bool forini)
else if (isagg(d->ty))
structcopy(fn, d->ty, mkref(RTMP, decl.id), exprvalue(fn, &ini));
else {
- assert(isscalar(d->ty) && isscalar(ini.ty));
genstore(fn, d->ty, mkref(RTMP, decl.id),
cvt(fn, d->ty, ini.ty, exprvalue(fn, &ini)));
}