mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59: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)
|
argcls(Ins *i)
|
||||||
{
|
{
|
||||||
/* fixme, not correct for some instructions (bcast) */
|
/* fixme, not correct for some instructions (bcast) */
|
||||||
|
if (OLoad <= i->op && i->op <= OLoad1)
|
||||||
|
return Kl;
|
||||||
return i->cls;
|
return i->cls;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user