fill definition site in filluse()

This commit is contained in:
Quentin Carbonneaux 2022-11-20 21:39:36 +01:00
parent 8ecae92299
commit 0d50ebaed9
2 changed files with 3 additions and 0 deletions

1
all.h
View file

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