move usage computation in filluse()

This commit is contained in:
Quentin Carbonneaux 2015-11-11 21:21:54 -05:00
parent d3f1cd9483
commit a3a1fc0c80
4 changed files with 54 additions and 14 deletions

View file

@ -357,6 +357,7 @@ void parse(FILE *, void (Dat *), void (Fn *));
void printfn(Fn *, FILE *);
/* ssa.c */
void filluse(Fn *);
void fillpreds(Fn *);
void fillrpo(Fn *);
void ssa(Fn *);