diff options
| author | Quentin Carbonneaux <[email protected]> | 2022-11-22 16:52:42 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2022-11-22 21:55:06 +0100 |
| commit | 04e26409011389f7b5759114905195a4fb0b0286 (patch) | |
| tree | 1a31d31fe7b36d953ce891716377fbfa935425c3 /all.h | |
| parent | 87dc3ea290a4ba75f153c5bb8b9fb87ec548e64f (diff) | |
rename Tmp.ins to be more descriptive
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
