diff options
Diffstat (limited to 'gcc/config/c6x/c6x.c')
-rw-r--r-- | gcc/config/c6x/c6x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c6x/c6x.c b/gcc/config/c6x/c6x.c index f2ab0b88aa9..98c65b56cc8 100644 --- a/gcc/config/c6x/c6x.c +++ b/gcc/config/c6x/c6x.c @@ -4810,7 +4810,7 @@ split_delayed_branch (rtx insn) i1 = emit_insn_before (pat, insn); PATTERN (insn) = newpat; INSN_CODE (insn) = -1; - record_delay_slot_pair (i1, insn, 5); + record_delay_slot_pair (i1, insn, 5, 0); } /* Split every insn (i.e. jumps and calls) which can have delay slots into |