]> git.ipfire.org Git - thirdparty/gcc.git/commit
basic-block.h: Remove the prototypes for can_hoist_insn_p...
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 10 Oct 2004 22:06:04 +0000 (22:06 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 10 Oct 2004 22:06:04 +0000 (22:06 +0000)
commit9b1f72c4132e060a55a0f278aabbe9cb990b346c
treef20421efd5314590a7635caeb5784d04b14d1d30
parent382c6e2df802710f74ae2e929587f7ef381646e7
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
gcc/ChangeLog
gcc/basic-block.h
gcc/rtl.h
gcc/rtlanal.c