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
|
@ -244,7 +244,7 @@ struct Tmp {
|
|||
char name[NString];
|
||||
uint ndef, nuse;
|
||||
uint cost;
|
||||
short spill;
|
||||
short slot;
|
||||
short wide;
|
||||
int hint;
|
||||
int phi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue