rename Tmp.ins to be more descriptive

This commit is contained in:
Quentin Carbonneaux 2022-11-22 16:52:42 +01:00
parent 87dc3ea290
commit 04e2640901
3 changed files with 8 additions and 8 deletions

2
all.h
View file

@ -297,7 +297,7 @@ struct Alias {
struct Tmp {
char name[NString];
Ins *ins;
Ins *def;
Use *use;
uint ndef, nuse;
uint bid; /* id of a defining block */