gcse.c (implicit_sets): New.
authorRoger Sayle <roger@eyesopen.com>
Fri, 7 Feb 2003 19:17:20 +0000 (19:17 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 7 Feb 2003 19:17:20 +0000 (11:17 -0800)
commitfbef91d8f652439c885eea3797eb2eb7615f5613
tree5bf0c033f52426a60490362de2b8afed7e53f3e2
parentd5525e93c0bb72bf997e5161ff758117d897a96a
gcse.c (implicit_sets): New.

        * 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.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r62533
gcc/ChangeLog
gcc/gcse.c