diff options
| author | Roland Paterson-Jones <[email protected]> | 2024-10-22 16:07:43 +0200 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2025-03-14 09:47:05 +0100 |
| commit | 434cf5fdc4ba027f0ac04cd198658860b6fc034a (patch) | |
| tree | 0f2dff83f9295fa4836c79e316d1d168e8a94762 /all.h | |
| parent | ca928f6f8d18b4cf3acd1dd4b7443a5631c06af2 (diff) | |
idup(Ins **, Ins *, ulong) -> idup(Blk *, Ins *, ulong)
Always used this way and factors setting b->nins.
Makes b->ins vector contract more obvious.
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -478,7 +478,7 @@ int isreg(Ref); int iscmp(int, int *, int *); void emit(int, int, Ref, Ref, Ref); void emiti(Ins); -void idup(Ins **, Ins *, ulong); +void idup(Blk *, Ins *, ulong); Ins *icpy(Ins *, Ins *, ulong); int cmpop(int); int cmpneg(int); |
