diff options
| author | Quentin Carbonneaux <[email protected]> | 2022-03-14 23:10:39 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2022-03-14 23:14:48 +0100 |
| commit | c5769f62b4912e429a332c9aa0bead3a383fe966 (patch) | |
| tree | 4a10efe9455184ce71bd7e4a8a7429c327ba66e8 /all.h | |
| parent | 329a18a30b9f8db598db39b7326fc4149bcc1431 (diff) | |
dynamic stack allocs for arm64
I also moved some isel logic
that would have been repeated
a third time in util.c.
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -444,6 +444,7 @@ Ref getcon(int64_t, Fn *); int addcon(Con *, Con *); void blit(Ref, uint, Ref, uint, uint, Fn *); void blit0(Ref, Ref, uint, Fn *); +void salloc(Ref, Ref, Fn *); void dumpts(BSet *, Tmp *, FILE *); void bsinit(BSet *, uint); |
