diff options
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 986ef671..97a8354 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3105,7 +3105,7 @@ relax_delay_slots (first) if (target_label != JUMP_LABEL (insn)) reorg_redirect_jump (insn, target_label); - /* See if this jump branches around a unconditional jump. + /* See if this jump branches around an unconditional jump. If so, invert this jump and point it to the target of the second jump. */ if (next && GET_CODE (next) == JUMP_INSN |