summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-19 21:38:23 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-19 21:38:35 -0500
commitbbaf4fd61b28036c0b9b80ee32b17a0766df12f3 (patch)
tree29820ace8b7bfcb993303ab230f8f4f127f17984 /lisc/lisc.h
parenta968dc687d8a4fa3303a750d3ef1eea9369b2fdd (diff)
downloadroux-bbaf4fd61b28036c0b9b80ee32b17a0766df12f3.tar.gz
start memopt(), still buggy
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index fcce670..6393755 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -373,6 +373,9 @@ void parse(FILE *, void (Dat *), void (Fn *));
 void printfn(Fn *, FILE *);
 void printref(Ref, Fn *, FILE *);
 
+/* mem.c */
+void memopt(Fn *);
+
 /* ssa.c */
 void filluse(Fn *);
 void fillpreds(Fn *);