This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [CFG] Minor loop fixes
- From: Jan Hubicka <jh at suse dot cz>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc-pdo at atrey dot karlin dot mff dot cuni dot cz, gcc-patches at gcc dot gnu dot org
- Date: Fri, 31 May 2002 12:51:13 +0200
- Subject: Re: [CFG] Minor loop fixes
- References: <20020530235151.GA3084@atrey.karlin.mff.cuni.cz>
> Hello.
>
> Some minor fixes.
>
> Zdenek
>
> * basic_block.h (struct loops): Comment fix.
> * cfgloop.c (flow_loop_exit_edges_find): Comment fix.
> (canonicalize_loop_headers): Use split_edge.
> (flow_bb_inside_loop_p, verify_loop_structure, loop_latch_edge,
> loop_preheader_edge): Formating fix.
>
I see you already did the work on cleaning cfgloop up!
Thanks. Can you make the mainline patch for Richard?
Please commit this to the branch if you didn't already.
Honza