rename spill field in Tmp to slot
This commit is contained in:
parent
a7e7d73a7e
commit
4bce97b16b
5 changed files with 10 additions and 10 deletions
|
@ -46,7 +46,7 @@ rref(RMap *m, int t)
|
|||
|
||||
r = rfind(m, t);
|
||||
if (r == -1) {
|
||||
s = tmp[t].spill;
|
||||
s = tmp[t].slot;
|
||||
assert(s != -1 && "should have spilled");
|
||||
return SLOT(s);
|
||||
} else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue