flow.c (find_basic_blocks): Delte "live_reachable_p" argument.
authorJeffrey A Law <law@cygnus.com>
Sat, 10 Oct 1998 23:18:32 +0000 (23:18 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 10 Oct 1998 23:18:32 +0000 (17:18 -0600)
commit9265dacf25a26ef02473949bc8feec743e1e5b8c
treeaa526f8221b6bf5dce3a4b3b7cb94f5962e87891
parenta86d864c41d8dc8bdcbcf87cdfa49185319fd0e5
flow.c (find_basic_blocks): Delte "live_reachable_p" argument.

        * flow.c (find_basic_blocks): Delte "live_reachable_p" argument.
        (find_basic_blocks_1): Similarly.
        * output.h (find_basic_blocks): Fix prototype.
        * gcse.c, toplev.c: Don't pass "live_reachable_p" argument to
        find_basic_blocks anymore.

From-SVN: r22979
gcc/ChangeLog
gcc/flow.c
gcc/gcse.c
gcc/output.h
gcc/toplev.c