emit code for extensions, move slots into RAlt
This commit is contained in:
parent
993416481a
commit
b284721c8a
6 changed files with 67 additions and 30 deletions
|
@ -398,7 +398,7 @@ rega(Fn *fn)
|
|||
npm = 0;
|
||||
for (p=s->phi; p; p=p->link) {
|
||||
dst = p->to;
|
||||
assert(rtype(dst)==RSlot|| rtype(dst)==RTmp);
|
||||
assert(rtype(dst)==RASlot || rtype(dst)==RTmp);
|
||||
if (rtype(dst) == RTmp) {
|
||||
r = rfind(&beg[s->id], dst.val);
|
||||
if (r == -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue