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:
Nick Clifton 2011-09-07 07:43:22 +00:00 committed by Nick Clifton
parent 5d506c7788
commit da73162f02
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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);