diff options
| author | Quentin Carbonneaux <[email protected]> | 2022-11-20 21:39:36 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2022-11-20 21:44:25 +0100 |
| commit | 0d50ebaed94f595961d88544a028bf7f523d3eac (patch) | |
| tree | c11c340d53c25b44342e6a3ebc58cfa8fb5ec065 /all.h | |
| parent | 8ecae922997c55f70cd9e19cbf947a520f7ecca3 (diff) | |
fill definition site in filluse()
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |
