Commit c5c4723a by Richard Earnshaw

(peepholes for call followed by branch): Disable.

From-SVN: r8335
parent 43fd2cce
...@@ -5302,7 +5302,7 @@ ...@@ -5302,7 +5302,7 @@
(clobber (reg:SI 14))]) (clobber (reg:SI 14))])
(set (pc) (set (pc)
(label_ref (match_operand 2 "" "")))] (label_ref (match_operand 2 "" "")))]
"GET_CODE (operands[0]) == SYMBOL_REF "0 && GET_CODE (operands[0]) == SYMBOL_REF
&& short_branch (INSN_UID (insn), INSN_UID (operands[2])) && short_branch (INSN_UID (insn), INSN_UID (operands[2]))
&& arm_insn_not_targeted (insn)" && arm_insn_not_targeted (insn)"
"* "*
...@@ -5348,7 +5348,7 @@ ...@@ -5348,7 +5348,7 @@
(clobber (reg:SI 14))]) (clobber (reg:SI 14))])
(set (pc) (set (pc)
(label_ref (match_operand 3 "" "")))] (label_ref (match_operand 3 "" "")))]
"GET_CODE (operands[0]) == SYMBOL_REF "0 && GET_CODE (operands[0]) == SYMBOL_REF
&& short_branch (INSN_UID (insn), INSN_UID (operands[3])) && short_branch (INSN_UID (insn), INSN_UID (operands[3]))
&& arm_insn_not_targeted (insn)" && arm_insn_not_targeted (insn)"
"* "*
......
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