aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/flow.h
diff options
Diffstat (limited to 'flow.h')
-rw-r--r--flow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/flow.h b/flow.h
index 8e96f62f..9a9260d9 100644
--- a/flow.h
+++ b/flow.h
@@ -41,10 +41,6 @@ void convert_load_instruction(struct instruction *, pseudo_t);
void rewrite_load_instruction(struct instruction *, struct pseudo_list *);
int dominates(pseudo_t pseudo, struct instruction *insn, struct instruction *dom, int local);
-extern void clear_liveness(struct entrypoint *ep);
-extern void track_pseudo_liveness(struct entrypoint *ep);
-extern void track_pseudo_death(struct entrypoint *ep);
-
extern void vrfy_flow(struct entrypoint *ep);
extern int pseudo_in_list(struct pseudo_list *list, pseudo_t pseudo);