]> gcc.gnu.org Git - gcc.git/commit
jump.c (jump_optimize_1): When we delete a conditional jump preceeding a non-conditio...
authorRichard Henderson <rth@redhat.com>
Wed, 14 Feb 2001 18:34:25 +0000 (10:34 -0800)
committerDJ Delorie <dj@gcc.gnu.org>
Wed, 14 Feb 2001 18:34:25 +0000 (13:34 -0500)
commit8e0b124eafae477ce0e3d8efc891dadd95038b71
tree94760e35379c8c6c0c88a32dbc7d989737bb1970
parent7161c1a582aef9f05caeb12189391a9c04aadda9
jump.c (jump_optimize_1): When we delete a conditional jump preceeding a non-conditional jump to...

* 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.

Co-Authored-By: DJ Delorie <dj@redhat.com>
From-SVN: r39686
gcc/ChangeLog
gcc/jump.c
This page took 0.062543 seconds and 5 git commands to generate.