* reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234262
138bc75d-0d04-0410-961f-
82ee72b054a4
+2016-03-11 Jeff Law <law@redhat.com>
+
+ PR rtl-optimization/70024
+ * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
+
2016-03-16 Richard Henderson <rth@redhat.com>
PR middle-end/70199
reorg_redirect_jump (delay_jump_insn, trial);
target_label = trial;
if (crossing)
- CROSSING_JUMP_P (insn) = 1;
+ CROSSING_JUMP_P (delay_jump_insn) = 1;
}
/* If the first insn at TARGET_LABEL is redundant with a previous