This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] goto <bb x>
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: Andrew Macleod <amacleod at redhat dot com>, gcc mailing list <gcc at gcc dot gnu dot org>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 16 Dec 2003 12:56:13 -0500
- Subject: Re: [tree-ssa] goto <bb x>
- Organization: Red Hat Canada
- References: <1071583235.31157.2955.camel@p4> <20031216174035.GA31456@atrey.karlin.mff.cuni.cz>
On Tue, 2003-12-16 at 12:40, Zdenek Dvorak wrote:
> * tree-pretty-print.c (dump_bb_header): Show block number when
> there is no label.
> (pp_cfg_jump): Show labels in addition to block numbers.
> (dump_generic_bb_buff): Always call dump_bb_header.
>
Looks OK. Thanks.
Diego.