This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Print per tree stmt RTL dumps for cfgexpand
- From: Richard Henderson <rth at redhat dot com>
- To: Steven Bosscher <stevenb at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org, jh at suse dot cz
- Date: Thu, 7 Oct 2004 13:56:14 -0700
- Subject: Re: Print per tree stmt RTL dumps for cfgexpand
- References: <200410071810.10817.stevenb@suse.de>
On Thu, Oct 07, 2004 at 06:10:10PM +0200, Steven Bosscher wrote:
> * cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.
> (expand_gimple_cond_expr, expand_gimple_tailcall,
> expand_gimple_basic_block): Use it to dump RTL for each stmt.
> (tree_expand_cfg): Announce full RTL function dump.
> * tree-optimize.c (execute_one_pass): Use normal RTL printing,
> not the graph version.
> * tree-pretty-print.c (dump_generic_node): Allow empty statements
> in the arms of a COND_EXPR for lowered nodes.
Ok, modulo the typo already mentioned.
r~