diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2017-02-24 09:48:53 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2017-02-24 09:50:35 -0500 |
commit | 1bb7652484e1c7ca2cd7fcab858b4bbb18509879 (patch) | |
tree | b04e582abaf59fdd220d9e68895d07902ccd865a /all.h | |
parent | f3301026fa404c68c7ad399b5a56a5135b88af04 (diff) | |
download | roux-1bb7652484e1c7ca2cd7fcab858b4bbb18509879.tar.gz |
deduplicate loadsz & storesz
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/all.h b/all.h index 887d680..b073124 100644 --- a/all.h +++ b/all.h @@ -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 */ |