OSDN Git Service

* gcse.c (implicit_sets): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Feb 2003 19:17:20 +0000 (19:17 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Feb 2003 19:17:20 +0000 (19:17 +0000)
commit47dd33b5edc6c68df5bde65c6c0b06f288c82841
tree5bf0c033f52426a60490362de2b8afed7e53f3e2
parent16e0bd4b01eba0a455f685ea284176dd6fb7481b
    * gcse.c (implicit_sets): New.
        (compute_hash_table_work): Include them in hash table.
        (find_implicit_sets, fis_get_condition): New.
        (one_cprop_pass): Allocate and free implicit_sets; call
        find_implicit_sets before building hash table.

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