start a new simplification pass
This commit is contained in:
parent
a35dc8c495
commit
df61decee5
4 changed files with 51 additions and 1 deletions
3
all.h
3
all.h
|
@ -588,6 +588,9 @@ void fillrpo(Fn *);
|
|||
void ssa(Fn *);
|
||||
void ssacheck(Fn *);
|
||||
|
||||
/* simpl.c */
|
||||
void simpl(Fn *);
|
||||
|
||||
/* copy.c */
|
||||
void copy(Fn *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue