Commit 543e1b5f by Segher Boessenkool Committed by Segher Boessenkool

mn10300.c (mn10300_insert_setlb_lcc): Remove PATTERN call.

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

From-SVN: r218054
parent 484d637f
2014-11-25 Segher Boessenkool <segher@kernel.crashing.org> 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 * config/rs6000/sysv4.h (ASM_OUTPUT_REG_POP): Use addi instead
of addic. of addic.
...@@ -3217,7 +3217,7 @@ mn10300_insert_setlb_lcc (rtx label, rtx branch) ...@@ -3217,7 +3217,7 @@ mn10300_insert_setlb_lcc (rtx label, rtx branch)
lcc = gen_Lcc (comparison, label); lcc = gen_Lcc (comparison, label);
rtx_insn *jump = emit_jump_insn_before (lcc, branch); 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; JUMP_LABEL (jump) = label;
DUMP ("Replacing branch insn...", branch); DUMP ("Replacing branch insn...", branch);
DUMP ("... with Lcc insn:", jump); DUMP ("... with Lcc insn:", jump);
......
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