aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorSteven Bosscher <stevenb@suse.de>2004-08-19 00:32:41 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2004-08-19 00:32:41 +0000
commitbd454efdcf81282b006932fa7bcf8e8bc9968052 (patch)
tree78ce9f32b952d51f37e0689307e730753fca369a /gcc/tree-flow.h
parentf80fd74213fc464dafad0aa9ffc5fd6c7ab8072a (diff)
downloadgcc-bd454efdcf81282b006932fa7bcf8e8bc9968052.zip
gcc-bd454efdcf81282b006932fa7bcf8e8bc9968052.tar.gz
gcc-bd454efdcf81282b006932fa7bcf8e8bc9968052.tar.bz2
basic-block.h (struct edge_def): Remove crossing_edge.
* basic-block.h (struct edge_def): Remove crossing_edge. (EDGE_CROSSING): New define. (EDGE_ALL_FLAGS): Update. * bb-reorder.c (find_traces_1_round, better_edge_p, find_rarely_executed_basic_blocks_and_cr, fix_up_fall_thru_edges, find_jump_block, fix_crossing_conditional_branches, fix_crossing_unconditional_branches, add_reg_crossing_jump_notes): Replace all occurences of crossing_edge with an edge flag check or set/reset. * cfgcleanup.c (try_simplify_condjump, try_forward_edges, try_crossjump_bb): Likewise. * cfglayout.c (fixup_reorder_chain): Likewise. * cfgrtl.c (force_nonfallthru_and_redirect, commit_one_edge_insertion): Likewise. * Makefile.in (cfganal.o): Depend on TIMEVAR_H. * tree-flow.h (compute_dominance_frontiers): Move prototype... * basic-block.h: ...here. * tree-cfg.c (compute_dominance_frontiers_1, compute_dominance_frontiers): Move from here... * cfganal.c: ...to here. Include timevar.h. From-SVN: r86228
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index ca5897a..7d26c5e 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -489,7 +489,6 @@ extern void bsi_insert_on_edge (edge, tree);
extern void bsi_commit_edge_inserts (int *);
extern void notice_special_calls (tree);
extern void clear_special_calls (void);
-extern void compute_dominance_frontiers (bitmap *);
extern void verify_stmts (void);
extern tree tree_block_label (basic_block bb);
extern void extract_true_false_edges_from_block (basic_block, edge *, edge *);