diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-10 22:06:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-10 22:06:04 +0000 |
commit | 9b1f72c4132e060a55a0f278aabbe9cb990b346c (patch) | |
tree | f20421efd5314590a7635caeb5784d04b14d1d30 /gcc/basic-block.h | |
parent | 382c6e2df802710f74ae2e929587f7ef381646e7 (diff) | |
download | gcc-9b1f72c4132e060a55a0f278aabbe9cb990b346c.zip gcc-9b1f72c4132e060a55a0f278aabbe9cb990b346c.tar.gz gcc-9b1f72c4132e060a55a0f278aabbe9cb990b346c.tar.bz2 |
basic-block.h: Remove the prototypes for can_hoist_insn_p...
* basic-block.h: Remove the prototypes for can_hoist_insn_p,
hoist_insn_after, and hoist_insn_to_edge.
* rtl.h: Remove the prototypes for reg_referenced_between_p,
no_jumps_between_p, and insn_dependent_p.
* rtlanal.c (no_jumps_between_p, reg_referenced_between_p,
insn_dependent_p, insn_dependent_p_1, hoist_test_store,
can_hoist_insn_p, hoist_update_store, hoist_insn_after,
hoist_insn_to_edge): Remove.
From-SVN: r88860
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 7a75d68..e2d20ac 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -815,9 +815,6 @@ extern bool mark_dfs_back_edges (void); extern void set_edge_can_fallthru_flag (void); extern void update_br_prob_note (basic_block); extern void fixup_abnormal_edges (void); -extern bool can_hoist_insn_p (rtx, rtx, regset); -extern rtx hoist_insn_after (rtx, rtx, rtx, rtx); -extern rtx hoist_insn_to_edge (rtx, edge, rtx, rtx); extern bool inside_basic_block_p (rtx); extern bool control_flow_insn_p (rtx); |