summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/all.h b/all.h
index e421b9c..d383c64 100644
--- a/all.h
+++ b/all.h
@@ -502,7 +502,8 @@ bshas(BSet *bs, uint elt)
 
 /* parse.c */
 extern Op optab[NOp];
-void parse(FILE *, char *, void (char *), void (Dat *), void (Fn *));
+void parse(FILE *, char *, FILE *,
+	void (Dat *, FILE *), void (Fn *, FILE *));
 void printfn(Fn *, FILE *);
 void printref(Ref, Fn *, FILE *);
 void err(char *, ...) __attribute__((noreturn));
@@ -540,8 +541,6 @@ void loadopt(Fn *);
 
 /* ssa.c */
 void filluse(Fn *);
-void fillpreds(Fn *);
-void fillrpo(Fn *);
 void ssa(Fn *);
 void ssacheck(Fn *);