deduplicate loadsz & storesz

This commit is contained in:
Quentin Carbonneaux 2017-02-24 09:48:53 -05:00
parent f3301026fa
commit 1bb7652484
3 changed files with 4 additions and 27 deletions

2
all.h
View file

@ -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 */