From c5c4723a41446da593c8defa2fe444e0e478410c Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Mon, 24 Oct 1994 10:13:12 +0000 Subject: (peepholes for call followed by branch): Disable. From-SVN: r8335 --- gcc/config/arm/arm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 5ace526..44952d0 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -5302,7 +5302,7 @@ (clobber (reg:SI 14))]) (set (pc) (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])) && arm_insn_not_targeted (insn)" "* @@ -5348,7 +5348,7 @@ (clobber (reg:SI 14))]) (set (pc) (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])) && arm_insn_not_targeted (insn)" "* -- cgit v1.1