Commit da73162f by Nick Clifton Committed by Nick Clifton

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
parent 5d506c77
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment