move usage computation in filluse()
This commit is contained in:
parent
d3f1cd9483
commit
a3a1fc0c80
4 changed files with 54 additions and 14 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue