deduplicate loadsz & storesz
This commit is contained in:
parent
f3301026fa
commit
1bb7652484
3 changed files with 4 additions and 27 deletions
2
all.h
2
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue