mn10300.c (mn10300_insert_setlb_lcc): Set the jump label on the parallel part of the insn.
* config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Set the jump label on the parallel part of the insn. From-SVN: r178626
This commit is contained in:
parent
5d506c7788
commit
da73162f02
@ -1,3 +1,8 @@
|
||||
2011-09-07 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Set the jump
|
||||
label on the parallel part of the insn.
|
||||
|
||||
2011-09-07 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/50191
|
||||
|
@ -3150,6 +3150,7 @@ mn10300_insert_setlb_lcc (rtx label, rtx branch)
|
||||
|
||||
lcc = emit_jump_insn_before (lcc, branch);
|
||||
mark_jump_label (XVECEXP (PATTERN (lcc), 0, 0), lcc, 0);
|
||||
JUMP_LABEL (lcc) = label;
|
||||
DUMP ("Replacing branch insn...", branch);
|
||||
DUMP ("... with Lcc insn:", lcc);
|
||||
delete_insn (branch);
|
||||
|
Loading…
Reference in New Issue
Block a user