aboutsummaryrefslogtreecommitdiff
path: root/flow.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-29 12:08:47 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:05:15 -0700
commit1bd5d04ea9c6193da756c1dcd4393ed1f72cd49d (patch)
tree01549df4e601f398fabec48466a2982ae5f82d3e /flow.h
parentAssociate pseudos with the symbol name whose value they got. (diff)
downloadsparse-1bd5d04ea9c6193da756c1dcd4393ed1f72cd49d.tar.gz
sparse-1bd5d04ea9c6193da756c1dcd4393ed1f72cd49d.tar.bz2
sparse-1bd5d04ea9c6193da756c1dcd4393ed1f72cd49d.zip
Rename "register.c" into "liveness.c". That's what it does.
Diffstat (limited to 'flow.h')
-rw-r--r--flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow.h b/flow.h
index 390b410..76d11ef 100644
--- a/flow.h
+++ b/flow.h
@@ -23,7 +23,7 @@ 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 track_pseudo_usage(struct entrypoint *ep);
+extern void track_pseudo_liveness(struct entrypoint *ep);
extern void vrfy_flow(struct entrypoint *ep);
extern struct basic_block *trivial_common_parent(struct basic_block *, pseudo_t,