summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index ac5714a..95660cf 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -153,6 +153,7 @@ struct Sym {
 	uint ndef, nuse;
 	uint cost;
 	uint spill;
+	int hint;
 };
 
 struct Fn {
@@ -191,3 +192,6 @@ void isel(Fn *);
 int bcnt(Bits *);
 void fillcost(Fn *);
 void spill(Fn *);
+
+/* rega.c */
+void rega(Fn *);