summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-09 14:32:07 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-09 14:32:07 -0400
commitabe45f1ab06229d51a1f62bf0569ae99b804823b (patch)
tree2138b921ec69a2eab65588d17fee7cea954a1eec /all.h
parentd8770d112bcee4c9df1cb4276780bddc818de5a4 (diff)
downloadroux-abe45f1ab06229d51a1f62bf0569ae99b804823b.tar.gz
enable constant folding
Diffstat (limited to 'all.h')
-rw-r--r--all.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/all.h b/all.h
index c9b52b0..c6e2acb 100644
--- a/all.h
+++ b/all.h
@@ -533,6 +533,9 @@ void ssa(Fn *);
 /* copy.c */
 void copy(Fn *);
 
+/* fold.c */
+void fold(Fn *);
+
 /* live.c */
 void liveon(BSet *, Blk *, Blk *);
 void filllive(Fn *);