summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2017-02-24 15:52:56 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2017-02-24 15:52:56 -0500
commitdf61decee5095479f4760f36027a445d8d792373 (patch)
tree57518bc097906385a8c9d143a47194052606c07a /all.h
parenta35dc8c495467306ca149d642b2d2983922d7a9d (diff)
downloadroux-df61decee5095479f4760f36027a445d8d792373.tar.gz
start a new simplification pass
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 128d16c..f518a36 100644
--- a/all.h
+++ b/all.h
@@ -588,6 +588,9 @@ void fillrpo(Fn *);
 void ssa(Fn *);
 void ssacheck(Fn *);
 
+/* simpl.c */
+void simpl(Fn *);
+
 /* copy.c */
 void copy(Fn *);