summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
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 */