re-add ssa construction

This commit is contained in:
Quentin Carbonneaux 2016-02-04 12:58:51 -05:00
parent a3650701d1
commit 134cfc4541
2 changed files with 8 additions and 10 deletions

View file

@ -55,8 +55,10 @@ func(Fn *fn)
filluse(fn);
#if 0
memopt(fn);
#endif
ssa(fn);
filluse(fn);
#if 0
copy(fn);
filluse(fn);
#endif