This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Pretty print tweak


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]