]> git.ipfire.org Git - thirdparty/gcc.git/commit
bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to reg_scan.
authorPaolo Bonzini <bonzini@gnu.org>
Mon, 17 Jan 2005 08:46:19 +0000 (08:46 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Mon, 17 Jan 2005 08:46:19 +0000 (08:46 +0000)
commitc80a0f261bda57f3c3fbbe4ebb876f081ad21a1a
tree2c6472f8ec139069ce40dade8e67840b5c726ed7
parentfbf53020b5a62deb6f105aaca0b62906b8fe49ea
bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to reg_scan.

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.

From-SVN: r93758
gcc/ChangeLog
gcc/bb-reorder.c
gcc/loop.c
gcc/passes.c
gcc/regclass.c
gcc/rtl.h