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:
parent
484d637f7c
commit
543e1b5f4e
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user