aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
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 39a4f7c..a86c85b 100644
--- a/all.h
+++ b/all.h
@@ -595,6 +595,9 @@ void gvn(Fn *);
int pinned(Ins *);
void gcm(Fn *);
+/* loopopt.c */
+void loopopt(Fn *fn);
+
/* simpl.c */
void simpl(Fn *);