start memopt(), still buggy

This commit is contained in:
Quentin Carbonneaux 2015-11-19 21:38:23 -05:00
parent a968dc687d
commit bbaf4fd61b
5 changed files with 78 additions and 1 deletions

View file

@ -373,6 +373,9 @@ void parse(FILE *, void (Dat *), void (Fn *));
void printfn(Fn *, FILE *);
void printref(Ref, Fn *, FILE *);
/* mem.c */
void memopt(Fn *);
/* ssa.c */
void filluse(Fn *);
void fillpreds(Fn *);