]> gcc.gnu.org Git - gcc.git/commit - gcc/cfgexpand.c
cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.
authorSteven Bosscher <steven@gcc.gnu.org>
Fri, 8 Oct 2004 22:56:55 +0000 (22:56 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 8 Oct 2004 22:56:55 +0000 (22:56 +0000)
commitb7211528d51b9069f57eef8f0bde905618ba8fce
tree0e70dc6e47d913581bbdee9730cb947877160d2e
parenta1e063e53ac1b57747b885f963af8660856d7bfd
cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.

* 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.

From-SVN: r88800
gcc/ChangeLog
gcc/cfgexpand.c
gcc/tree-optimize.c
gcc/tree-pretty-print.c
This page took 0.056764 seconds and 5 git commands to generate.