This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: delete_trivially_dead_insns cleanup
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 5 Mar 2002 10:13:04 -0800
- Subject: Re: delete_trivially_dead_insns cleanup
- References: <20020303182216.GD21438@atrey.karlin.mff.cuni.cz>
On Sun, Mar 03, 2002 at 07:22:16PM +0100, Jan Hubicka wrote:
> * cse.c: Include timevar.h
> (delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
> iterate until stabilizes; print statistics; return number of killed
> insns.
> * Makefile.in: (cse.o): Add timevar.h dependency
> * rtl.h (delete_trivially_dead_insns): New.
> * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
> * toplev.c (rest_of_compilation): Update callers.
Ok.
r~