gcse.c (reg_first_set, [...]): Replace with ...
authorRoman Zippel <zippel@linux-m68k.org>
Mon, 27 Aug 2001 22:01:07 +0000 (22:01 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 27 Aug 2001 22:01:07 +0000 (15:01 -0700)
commit80c29cc43702b54cdd5de86bee8b8e24ecce2b4e
tree5e50dc625fd4e5264f1f3e1762c254601277e677
parentbce7bfe83537e9e14bbe92e3424694745d7121a6
gcse.c (reg_first_set, [...]): Replace with ...

        * gcse.c (reg_first_set, reg_last_set): Replace with ...
        (reg_avail_info, current_bb): ... these.
        (oprs_unchanged_p, record_last_reg_set_info): Use them.
        (compute_hash_table): Likewise.

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