finish spiller, now needs testing!

This commit is contained in:
Quentin Carbonneaux 2015-07-25 16:38:02 -04:00
parent 48f90356e0
commit b6633a13bc
3 changed files with 143 additions and 5 deletions

View file

@ -172,6 +172,7 @@ void dumpss(Bits *, Sym *, FILE *);
extern OpDesc opdesc[];
void diag(char *);
void *alloc(size_t);
Blk *blocka(void);
Fn *parsefn(FILE *);
void printfn(Fn *, FILE *);