aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <[email protected]>2024-02-26 18:01:19 +0900
committerQuentin Carbonneaux <[email protected]>2024-03-07 16:46:10 +0100
commitb582e84e10189334439377125e61fe43a3ce216c (patch)
tree067efa08ff4350554e2c42195d124524babc80a2 /all.h
parent9ee57a637ac3b9efe5c87820dd3d23a26b603b92 (diff)
remove duplicated function declarations
References: 12f9d16c7b000 ("create cfg.c for cfg-related functions")
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/all.h b/all.h
index e421b9c..129dfbf 100644
--- a/all.h
+++ b/all.h
@@ -540,8 +540,6 @@ void loadopt(Fn *);
/* ssa.c */
void filluse(Fn *);
-void fillpreds(Fn *);
-void fillrpo(Fn *);
void ssa(Fn *);
void ssacheck(Fn *);