summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2017-02-24 09:48:53 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2017-02-24 09:50:35 -0500
commit1bb7652484e1c7ca2cd7fcab858b4bbb18509879 (patch)
treeb04e582abaf59fdd220d9e68895d07902ccd865a /all.h
parentf3301026fa404c68c7ad399b5a56a5135b88af04 (diff)
downloadroux-1bb7652484e1c7ca2cd7fcab858b4bbb18509879.tar.gz
deduplicate loadsz & storesz
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
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 */