2006-02-15 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Feb 2006 09:15:56 +0000 (09:15 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Feb 2006 09:15:56 +0000 (09:15 +0000)
commit562d71e815ab06366be965829e291b264cfdd7b5
tree1615cb62d40221497e159fa5d08ee5fb0cbdb56f
parent15348a37ae1808663e1cf7bf164e9e61b969f2e4
2006-02-15  Paolo Bonzini  <bonzini@gnu.org>

* cfg.c (dump_flow_info): Get dump flags as an additional parameter.
(debug_flow_info): Pass it.
* alias.c (rest_of_handle_cfg): Adjust calls to dump_flow_info.
* bb-reorder.c (reorder_basic_blocks): Likewise.
* cfgcleanup.c (rest_of_handle_jump2): Likewise.
* cse.c (rest_of_handle_cse, rest_of_handle_cse2): Likewise.
* flow.c (life_analysis, recompute_reg_usage): Likewise.
* gcse.c (gcse_main, bypass_jumps): Likewise.
* ifcvt.c (rest_of_handle_if_conversion): Likewise.
* local-alloc.c (rest_of_handle_local_alloc): Likewise.
* loop-init.c (rtl_loop_init, rtl_loop_done): Likewise.
* profile.c (compute_branch_probabilities, branch_prob): Likewise.
* rtl.h (dump_flow_info): Adjust prototype.
* tracer.c (rest_of_handle_tracer, tracer): Likewise.
* var-tracking.c (variable_tracking_main): Likewise.
* passes.c (execute_todo): Obey TDF_BLOCKS for RTL.
* tree-dump.c (enable_rtl_dump_file): Enable the details and blocks
options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111020 138bc75d-0d04-0410-961f-82ee72b054a4
17 files changed:
gcc/ChangeLog
gcc/alias.c
gcc/bb-reorder.c
gcc/cfg.c
gcc/cfgcleanup.c
gcc/cse.c
gcc/flow.c
gcc/gcse.c
gcc/ifcvt.c
gcc/local-alloc.c
gcc/loop-init.c
gcc/passes.c
gcc/profile.c
gcc/rtl.h
gcc/tracer.c
gcc/tree-dump.c
gcc/var-tracking.c