2005-01-15 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jan 2005 08:46:19 +0000 (08:46 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jan 2005 08:46:19 +0000 (08:46 +0000)
commit283a0d5c3379fefc019ffb20747ff41b032c806d
tree2c6472f8ec139069ce40dade8e67840b5c726ed7
parent6176aa17581651cebe8f8cb2024f5edca69bf776
2005-01-15  Paolo Bonzini <bonzini@gnu.org>

* bb-reorder.c (fix_edges_for_rarely_executed_code): Remove
last parameter to reg_scan.
* loop.c (loop_optimize): Likewise.
* passes.c (rest_of_handle_tracer, rest_of_handle_if_conversion,
rest_of_handle_web, rest_of_handle_cfg, rest_of_handle_jump_bypass,
rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
rest_of_handle_gcse, rest_of_handle_loop_optimize,
rest_of_handle_loop2, rest_of_handle_jump2): Likewise.
* regclass.c (reg_scan): Likewise, for the declaration.
* rtl.h (reg_scan): Likewise, for the prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93758 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/bb-reorder.c
gcc/loop.c
gcc/passes.c
gcc/regclass.c
gcc/rtl.h