mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
partial fix argcls() in isel
This commit is contained in:
parent
16e430935d
commit
740ebf164d
@ -106,6 +106,8 @@ static int
|
||||
argcls(Ins *i)
|
||||
{
|
||||
/* fixme, not correct for some instructions (bcast) */
|
||||
if (OLoad <= i->op && i->op <= OLoad1)
|
||||
return Kl;
|
||||
return i->cls;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user