move the liveon() function in live.c

This commit is contained in:
Quentin Carbonneaux 2015-09-26 16:33:29 -04:00
parent e80b84ebdb
commit aa9dc34399
3 changed files with 32 additions and 35 deletions

View file

@ -287,6 +287,7 @@ void fillphi(Fn *);
void ssafix(Fn *, int);
/* live.c */
Bits liveon(Blk *, Blk *);
void filllive(Fn *);
/* isel.c */