aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/flow.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-28 12:14:18 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:05:09 -0700
commit9c9b53ee5521b9df5cb54f23a1642145de0f47e2 (patch)
tree21494554033877e391100cac737f8ce0a8b8c1ab /flow.h
parentc1b6cc7405d2d1e956df63b31ddc9bea3c2136b5 (diff)
downloadsparse-9c9b53ee5521b9df5cb54f23a1642145de0f47e2.tar.gz
Add a flow verification thing.
Let's try to make sure that once I get these flow bugs ironed out they won't come creeping back in.
Diffstat (limited to 'flow.h')
-rw-r--r--flow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flow.h b/flow.h
index 20f9fc82..390b410a 100644
--- a/flow.h
+++ b/flow.h
@@ -24,6 +24,7 @@ void rewrite_load_instruction(struct instruction *, struct pseudo_list *);
int dominates(pseudo_t pseudo, struct instruction *insn, struct instruction *dom, int local);
extern void track_pseudo_usage(struct entrypoint *ep);
+extern void vrfy_flow(struct entrypoint *ep);
extern struct basic_block *trivial_common_parent(struct basic_block *, pseudo_t,
struct basic_block *, pseudo_t);