]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gcse.c
flow.c (compute_flow_dominators): Initially put all blocks on the worklist.
authorJeffrey A Law <law@cygnus.com>
Thu, 11 Nov 1999 09:21:12 +0000 (09:21 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 11 Nov 1999 09:21:12 +0000 (02:21 -0700)
commitce72425040a624ab42466d60da50db9281221324
tree62d2dd61bfefebccef8340515c5d9930c4e5d1f0
parentcc2bd962dab4c5f4efddccca2e7beecf95102370
flow.c (compute_flow_dominators): Initially put all blocks on the worklist.

        * flow.c (compute_flow_dominators): Initially put all blocks on
        the worklist.
        * lcm.c (compute_antinout_edge, compute_available): Similarly.
        * gcse.c (compute_cprop_avinout): Remove.
        (compute_cprop_data): Use compute_available.
        (delete_null_pointer_checks_1): Use compute_available.

From-SVN: r30484
gcc/ChangeLog
gcc/flow.c
gcc/gcse.c
gcc/lcm.c