jump.c (jump_optimize_1): Don't delete dead stores here.
authorJohn Wehle <john@feith.com>
Fri, 13 Apr 2001 04:10:56 +0000 (04:10 +0000)
committerJohn Wehle <wehle@gcc.gnu.org>
Fri, 13 Apr 2001 04:10:56 +0000 (04:10 +0000)
commit35bb0780fcaf96e18159da57c2d77393d1aeb7eb
tree6c074d7a000673d864424a17e5abaabb72a7bdce
parent1a5428f737b19b58f505bec4e774ff93df40683d
jump.c (jump_optimize_1): Don't delete dead stores here.

* jump.c (jump_optimize_1): Don't delete dead stores here.
* toplev.c (rest_of_compilation): Call delete_trivially_dead_insns
prior to running jump optimize before cse2.

From-SVN: r41320
gcc/ChangeLog
gcc/jump.c
gcc/toplev.c