From 729aa97b799f72afdec3604f96526760701f36bc Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Wed, 30 Mar 2016 12:04:43 -0400 Subject: cleanup error handling --- mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mem.c') diff --git a/mem.c b/mem.c index bda43d7..98556e1 100644 --- a/mem.c +++ b/mem.c @@ -22,7 +22,7 @@ memopt(Fn *fn) for (i=b->ins; i-b->ins < b->nins; i++) { if (OAlloc > i->op || i->op > OAlloc1) continue; - assert(NAlign == 3); + /* specific to NAlign == 3 */ assert(rtype(i->to) == RTmp); t = &fn->tmp[i->to.val]; for (u=t->use; u != &t->use[t->nuse]; u++) { -- cgit 1.4.1