mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
handle OAnd in isel
This commit is contained in:
parent
ae5fe31482
commit
670604e91f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user