diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2022-11-22 16:52:42 +0100 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-11-22 21:55:06 +0100 |
commit | 04e26409011389f7b5759114905195a4fb0b0286 (patch) | |
tree | 1a31d31fe7b36d953ce891716377fbfa935425c3 /all.h | |
parent | 87dc3ea290a4ba75f153c5bb8b9fb87ec548e64f (diff) | |
download | roux-04e26409011389f7b5759114905195a4fb0b0286.tar.gz |
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
diff --git a/all.h b/all.h index 92c02ee..00b8628 100644 --- a/all.h +++ b/all.h @@ -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 */ |