diff options
| author | Quentin Carbonneaux <[email protected]> | 2017-02-24 09:48:53 -0500 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2017-02-24 09:50:35 -0500 |
| commit | 1bb7652484e1c7ca2cd7fcab858b4bbb18509879 (patch) | |
| tree | b04e582abaf59fdd220d9e68895d07902ccd865a /all.h | |
| parent | f3301026fa404c68c7ad399b5a56a5135b88af04 (diff) | |
deduplicate loadsz & storesz
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -576,6 +576,8 @@ int alias(Ref, int, Ref, int, int *, Fn *); int escapes(Ref, Fn *); /* load.c */ +int loadsz(Ins *); +int storesz(Ins *); void loadopt(Fn *); /* ssa.c */ |
