start a new simplification pass

This commit is contained in:
Quentin Carbonneaux 2017-02-24 15:52:56 -05:00
parent a35dc8c495
commit df61decee5
4 changed files with 51 additions and 1 deletions

3
all.h
View file

@ -588,6 +588,9 @@ void fillrpo(Fn *);
void ssa(Fn *);
void ssacheck(Fn *);
/* simpl.c */
void simpl(Fn *);
/* copy.c */
void copy(Fn *);