This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Remove loop notes (7/8) -- loop note creation


On Wed, 2006-03-15 at 16:35 +0100, Zdenek Dvorak wrote:
> Hello,
> 
> all uses of loop notes are now away (except for the sh.c).
> This patch removes the code that creates the loop notes, as
> well as few remaining references to loop notes (those that
> cannot be removed as long as loop notes remain in the insn
> stream).
> 
> Bootstrapped & regtested on i686.
> 
> Zdenek
> 
> 	* 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.
Excellent.  Thanks!  Please install.

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]