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
|
@ -175,7 +175,7 @@ newtmp(char *prfx, Fn *fn)
|
|||
t = fn->ntmp++;
|
||||
vgrow(&fn->tmp, fn->ntmp);
|
||||
sprintf(fn->tmp[t].name, "%s%d", prfx, ++n);
|
||||
fn->tmp[t].spill = -1;
|
||||
fn->tmp[t].slot = -1;
|
||||
return TMP(t);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue