aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa.h
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2001-06-22 22:20:42 +0000
committerDiego Novillo <dnovillo@gcc.gnu.org>2001-06-22 18:20:42 -0400
commit316dcdf6830c4b8c662035fce49096f9ac81ee24 (patch)
tree6a6c46aab4b02ff1686a4500b33664db8735565c /gcc/ssa.h
parent1b28186a60548d3e4eb6db9cbe5c7bbae0bd47e3 (diff)
downloadgcc-316dcdf6830c4b8c662035fce49096f9ac81ee24.zip
gcc-316dcdf6830c4b8c662035fce49096f9ac81ee24.tar.gz
gcc-316dcdf6830c4b8c662035fce49096f9ac81ee24.tar.bz2
basic-block.h (dump_edge_info): Declare.
2001-06-22 Diego Novillo <dnovillo@redhat.com> * basic-block.h (dump_edge_info): Declare. (clear_edges): Declare. (mark_critical_edges): Declare. * flow.c (dump_edge_info): Remove static declaration. (clear_edges): Ditto. (mark_critical_edges): Ditto. (free_basic_block_vars): Only clear edges and free basic block array if basic_block_info is not NULL. * ssa.c (compute_dominance_frontiers): Remove static declaration. * ssa.h (compute_dominance_frontiers): Declare. From-SVN: r43518
Diffstat (limited to 'gcc/ssa.h')
-rw-r--r--gcc/ssa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ssa.h b/gcc/ssa.h
index 5095319..5eb9785 100644
--- a/gcc/ssa.h
+++ b/gcc/ssa.h
@@ -27,6 +27,7 @@ typedef int (*successor_phi_fn) PARAMS ((rtx, int, int, void *));
extern int for_each_successor_phi PARAMS ((basic_block bb,
successor_phi_fn,
void *));
+void compute_dominance_frontiers PARAMS ((sbitmap *frontiers, int *idom));
extern int remove_phi_alternative PARAMS ((rtx, basic_block));