* jump.c (jump_optimize_1): When we delete a conditional jump
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2001 18:34:25 +0000 (18:34 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2001 18:34:25 +0000 (18:34 +0000)
commit478f181c05d228c2ee8a83743c6cdba8012f0d5c
tree94760e35379c8c6c0c88a32dbc7d989737bb1970
parent3bc77e77b4557c79b0e2df9927c528c0bf4063e0
* jump.c (jump_optimize_1): When we delete a conditional jump
preceeding a non-conditional jump to effectively the same place,
make sure that the combined jump skips any clobber insns between
the two labels.

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