* cse.c: Update comments.
commitc863f0f62c073be4c32ada08458fe54033b89384
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 1999 19:13:18 +0000 (25 19:13 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 1999 19:13:18 +0000 (25 19:13 +0000)
tree6cba319247dacc4698f137bc5577241ff4fbb0f0
parent8038bc432d9ef613e8f5c46b87ca8a6060d07868
    * cse.c: Update comments.
        (cse_insn): When converting a conditional/computed jump into
        an unconditional jump, always make sure a BARRIER immediately
        follows the converted jump.  Do not delete unreachable code.
        (cse_basic_block): Do not delete unreachable code.
        * toplev.c (rest_of_compilation): Move call to
        delete_trivially_dead_insns after the conditional call to
        jump_optimize.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29665 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cse.c
gcc/toplev.c