qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 670604e91f316383634b98b9c0c82de536335fa5
parent ae5fe3148284602ab4b226f94ab45da69b76acec
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Sat, 15 Aug 2015 17:25:20 -0400

handle OAnd in isel

Diffstat:
Mlisc/isel.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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;