summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-26 16:33:29 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-26 16:33:29 -0400
commitaa9dc343995ef2eafcb3ef630e2ab8e3ec61ac4f (patch)
tree846867688d43bd926e7bc74dfcc88726a743486c /lisc/lisc.h
parente80b84ebdb6c0623442a26ac10fc763cc6d9e6e9 (diff)
downloadroux-aa9dc343995ef2eafcb3ef630e2ab8e3ec61ac4f.tar.gz
move the liveon() function in live.c
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 83994e5..127aa78 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -287,6 +287,7 @@ void fillphi(Fn *);
 void ssafix(Fn *, int);
 
 /* live.c */
+Bits liveon(Blk *, Blk *);
 void filllive(Fn *);
 
 /* isel.c */