This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Pretty print tweak
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: 05 Jul 2003 10:07:13 -0400
- Subject: Re: [tree-ssa] Pretty print tweak
- Organization: Red Hat Canada
- References: <1057412376.3614.18.camel@steven.lr-s.tudelft.nl>
On Sat, 2003-07-05 at 09:39, Steven Bosscher wrote:
> * tree-pretty-print.c (dump_generic_node): Do not dump the
> else clause of a COND_EXPR if it is an empty statmement.
>
>
Could you change it so that it *does* output the empty ELSE_CLAUSE when
TDF_BLOCKS is specified? Otherwise, listings with basic block
information are confusing. THEN_CLAUSE should be treated similarly if
it's empty.
OK with that change.
Thanks. Diego.