diff options
author | Zdenek Dvorak <dvorakz@suse.cz> | 2006-03-23 11:33:38 +0100 |
---|---|---|
committer | Zdenek Dvorak <rakdver@gcc.gnu.org> | 2006-03-23 10:33:38 +0000 |
commit | 054a09fb260f5590f0349237662c4d6bcdaf0dd7 (patch) | |
tree | b4875002f8168859c607632b90c826dc7f4b747a /gcc/cfgcleanup.c | |
parent | c16ba1d5fea86df6f8d9e3d5d16c023dc65ce516 (diff) | |
download | gcc-054a09fb260f5590f0349237662c4d6bcdaf0dd7.zip gcc-054a09fb260f5590f0349237662c4d6bcdaf0dd7.tar.gz gcc-054a09fb260f5590f0349237662c4d6bcdaf0dd7.tar.bz2 |
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
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index cd9d708..954a956 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -2312,8 +2312,6 @@ rest_of_handle_jump2 (void) cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) | (flag_thread_jumps ? CLEANUP_THREADING : 0)); - create_loop_notes (); - purge_line_number_notes (); if (optimize) |