mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59: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;
|
break;
|
||||||
case OAdd:
|
case OAdd:
|
||||||
case OSub:
|
case OSub:
|
||||||
|
case OAnd:
|
||||||
case OCopy:
|
case OCopy:
|
||||||
if (fn->tmp[i.to.val].type == TLong)
|
if (fn->tmp[i.to.val].type == TLong)
|
||||||
n = 2;
|
n = 2;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user