move the liveon() function in live.c
This commit is contained in:
parent
e80b84ebdb
commit
aa9dc34399
3 changed files with 32 additions and 35 deletions
|
@ -287,6 +287,7 @@ void fillphi(Fn *);
|
|||
void ssafix(Fn *, int);
|
||||
|
||||
/* live.c */
|
||||
Bits liveon(Blk *, Blk *);
|
||||
void filllive(Fn *);
|
||||
|
||||
/* isel.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue