This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Remove redundant labels
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Steven Bosscher <stevenb at suse dot de>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 19 Feb 2004 08:35:04 -0500
- Subject: Re: [tree-ssa] Remove redundant labels
- Organization: Red Hat Canada
- References: <200402191400.11394.stevenb@suse.de>
On Thu, 2004-02-19 at 08:00, Steven Bosscher wrote:
> * tree-cfg.c (cleanup_dead_labels): New function to remove
> redundant labels.
>
This is OK. Notice any compile time speed up?
Thanks. Diego.