mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix non-updated limit() call in spiller
This commit is contained in:
parent
7bf505605f
commit
d2bcd3beeb
@ -312,7 +312,7 @@ dopm(Blk *b, Ins *i, Bits *v)
|
||||
r |= BIT(rsave[n]);
|
||||
v->t[0] |= calluse(*(i-1), 0);
|
||||
} else {
|
||||
limit(v, NReg, 0);
|
||||
limit2(v, 0, 0, 0);
|
||||
r = v->t[0];
|
||||
}
|
||||
sethint(v, r);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user