hack an ssa validator (likely buggy)
This commit is contained in:
parent
4a4a013291
commit
e9dc0035ae
3 changed files with 81 additions and 5 deletions
1
all.h
1
all.h
|
@ -529,6 +529,7 @@ void filluse(Fn *);
|
|||
void fillpreds(Fn *);
|
||||
void fillrpo(Fn *);
|
||||
void ssa(Fn *);
|
||||
void ssacheck(Fn *);
|
||||
|
||||
/* copy.c */
|
||||
void copy(Fn *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue