* basic-block.h: Adjust the prototype for find_basic_blocks.
commit9c17711b2061e7afa802cfb989d1a345479a9625
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Feb 2005 07:18:23 +0000 (15 07:18 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Feb 2005 07:18:23 +0000 (15 07:18 +0000)
treecbb3702f34d555dc1c662f48376f4c07265e72fa
parent2b2046d3b651ef5f6f11e9b80c817b411f00f5d6
* basic-block.h: Adjust the prototype for find_basic_blocks.
* cfgbuild.c (find_basic_blocks): Remove unused arguments.
* passes.c (rest_of_handle_loop_optimize): Adjust the call to
find_basic_blocks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95057 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgbuild.c
gcc/passes.c