From 670604e91f316383634b98b9c0c82de536335fa5 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sat, 15 Aug 2015 17:25:20 -0400 Subject: handle OAnd in isel --- lisc/isel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lisc') diff --git a/lisc/isel.c b/lisc/isel.c index 7d60bfc..6f2147f 100644 --- a/lisc/isel.c +++ b/lisc/isel.c @@ -175,6 +175,7 @@ sel(Ins i, Fn *fn) break; case OAdd: case OSub: + case OAnd: case OCopy: if (fn->tmp[i.to.val].type == TLong) n = 2; -- cgit 1.4.1