hack an ssa validator (likely buggy)

This commit is contained in:
Quentin Carbonneaux 2016-04-13 11:08:33 -04:00
parent 4a4a013291
commit e9dc0035ae
3 changed files with 81 additions and 5 deletions

1
all.h
View file

@ -529,6 +529,7 @@ void filluse(Fn *);
void fillpreds(Fn *);
void fillrpo(Fn *);
void ssa(Fn *);
void ssacheck(Fn *);
/* copy.c */
void copy(Fn *);