gcse.c (struct reg_set): Store the block index where the register was set rather...
authorJeff Law <law@redhat.com>
Wed, 2 Feb 2005 15:59:59 +0000 (08:59 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 2 Feb 2005 15:59:59 +0000 (08:59 -0700)
commited425871ecc4001d5dedfaa0442404d5ea07390f
tree06e818758d3379c45b2cd03953cef79b657b5515
parentd02d7104e17045297a6f8a5a0fdae67ad8c34510
gcse.c (struct reg_set): Store the block index where the register was set rather than the setting insn.

        * gcse.c (struct reg_set): Store the block index where the register
        was set rather than the setting insn.
        (record_one_set, compute_transp): Corresponding changes.
        (pre_insert_copy_insn): Do not call replace_one_set.
        (replace_one_set): Remove.

From-SVN: r94591
gcc/ChangeLog
gcc/gcse.c