]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/lcm.c
* flow.c (compute_flow_dominators): Initially put all blocks on
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 1999 09:21:12 +0000 (09:21 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 1999 09:21:12 +0000 (09:21 +0000)
commit5d6931e29ee7cb59ea24bcbc315023345869b0c2
tree62d2dd61bfefebccef8340515c5d9930c4e5d1f0
parented50b7b8aed0b302381891b33faff9bdff3ff1af
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30484 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/flow.c
gcc/gcse.c
gcc/lcm.c