cfgloopmanip.c (create_loop_notes): Removed.
authorZdenek Dvorak <dvorakz@suse.cz>
Thu, 23 Mar 2006 10:33:38 +0000 (11:33 +0100)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Thu, 23 Mar 2006 10:33:38 +0000 (10:33 +0000)
commit054a09fb260f5590f0349237662c4d6bcdaf0dd7
treeb4875002f8168859c607632b90c826dc7f4b747a
parentc16ba1d5fea86df6f8d9e3d5d16c023dc65ce516
cfgloopmanip.c (create_loop_notes): Removed.

* cfgloopmanip.c (create_loop_notes): Removed.
* final.c (final_scan_insn): Do not handle loop notes.
* jump.c (squeeze_notes): Ditto.
* cfglayout.c (skip_insns_after_block,
duplicate_insn_chain): Ditto.
* cfgcleanup.c (rest_of_handle_jump2): Do not call
create_loop_notes.
* cfgloop.h (create_loop_notes): Declaration removed.

From-SVN: r112316
gcc/ChangeLog
gcc/cfgcleanup.c
gcc/cfglayout.c
gcc/cfgloop.h
gcc/cfgloopmanip.c
gcc/final.c
gcc/jump.c