cse.c (set_live_p): Take INSN argument for cc0; update callers.
authorDaniel Berlin <dan@cgsoftware.com>
Tue, 17 Jul 2001 06:44:57 +0000 (06:44 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 17 Jul 2001 06:44:57 +0000 (23:44 -0700)
commit0021de69a61e2562e356284718444c1182d1f942
tree7defbb29d2af6a62930fd2e8ce4a2432b2dd8f05
parent51589632126f20e47b5bf2ec04bf6acc002ce106
cse.c (set_live_p): Take INSN argument for cc0; update callers.

        * cse.c (set_live_p): Take INSN argument for cc0; update callers.
        (insn_live_p): Fix fall off end of function.
        (dead_libcall_p): Remove COUNTS argument; update callers.
        (delete_trivially_dead_insns): Remove unused variables.

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