wip on instruction selection

This commit is contained in:
Quentin Carbonneaux 2015-12-08 13:39:17 -05:00
parent 0791dd026e
commit 1dc0089684
5 changed files with 92 additions and 48 deletions

View file

@ -56,6 +56,7 @@ func(Fn *fn)
fillpreds(fn);
filluse(fn);
isel(fn);
filllive(fn);
#if 0
memopt(fn);