jump.c (delete_prior_computation): Also check calls to constant functions.
authorJohn Wehle <john@feith.com>
Sun, 29 Aug 1999 10:31:20 +0000 (10:31 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 29 Aug 1999 10:31:20 +0000 (04:31 -0600)
commit6f1661e52511a14300cfbc8bc14de28b0847e1f3
tree56b1f77682c9609d7671a1a5f29abe1d056814f2
parent3c748bb6de9b66e09e269e20c07107a3f120b4e4
jump.c (delete_prior_computation): Also check calls to constant functions.

        * jump.c (delete_prior_computation): Also check calls
        to constant functions.  Don't bother checking for a
        REG_UNUSED note before adding it.
        (delete_computation): Handle multi-word hard registers
        when synthesizing missing REG_DEAD notes for a register
        which is both set and used by an insn.

From-SVN: r28962
gcc/ChangeLog
gcc/jump.c