mn10300.c (mn10300_insert_setlb_lcc): Remove PATTERN call.

* config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Remove
	PATTERN call.

From-SVN: r218054
This commit is contained in:
Segher Boessenkool 2014-11-25 18:47:35 +01:00 committed by Segher Boessenkool
parent 484d637f7c
commit 543e1b5f4e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-11-25 Segher Boessenkool <segher@kernel.crashing.org>
* config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Remove
PATTERN call.
2014-11-25 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/sysv4.h (ASM_OUTPUT_REG_POP): Use addi instead

View File

@ -3217,7 +3217,7 @@ mn10300_insert_setlb_lcc (rtx label, rtx branch)
lcc = gen_Lcc (comparison, label);
rtx_insn *jump = emit_jump_insn_before (lcc, branch);
mark_jump_label (XVECEXP (PATTERN (lcc), 0, 0), jump, 0);
mark_jump_label (XVECEXP (lcc, 0, 0), jump, 0);
JUMP_LABEL (jump) = label;
DUMP ("Replacing branch insn...", branch);
DUMP ("... with Lcc insn:", jump);