remove duplicated function declarations

References: 12f9d16c7b ("create cfg.c for cfg-related functions")
This commit is contained in:
Nguyễn Gia Phong 2024-02-26 18:01:19 +09:00 committed by Quentin Carbonneaux
parent 9ee57a637a
commit b582e84e10

2
all.h
View file

@ -540,8 +540,6 @@ void loadopt(Fn *);
/* ssa.c */
void filluse(Fn *);
void fillpreds(Fn *);
void fillrpo(Fn *);
void ssa(Fn *);
void ssacheck(Fn *);