Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gcc/config/arm disable minmax_arithsi pat...



details:   https://anonhg.NetBSD.org/src/rev/42799d5d7934
branches:  trunk
changeset: 516093:42799d5d7934
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Oct 15 20:54:06 2001 +0000

description:
disable minmax_arithsi pattern (from Richard Earnshaw).

diffstat:

 gnu/dist/toolchain/gcc/config/arm/arm.md |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 832219ce8ed8 -r 42799d5d7934 gnu/dist/toolchain/gcc/config/arm/arm.md
--- a/gnu/dist/toolchain/gcc/config/arm/arm.md  Mon Oct 15 19:49:16 2001 +0000
+++ b/gnu/dist/toolchain/gcc/config/arm/arm.md  Mon Oct 15 20:54:06 2001 +0000
@@ -1682,9 +1682,9 @@
            (match_operand:SI 3 "arm_rhs_operand" "rI,rI")])
          (match_operand:SI 1 "s_register_operand" "0,?r")]))
    (clobber (reg:CC 24))]
-  "GET_CODE (operands[1]) != REG
+  "0 && (GET_CODE (operands[1]) != REG
    || (REGNO(operands[1]) != FRAME_POINTER_REGNUM
-       && REGNO(operands[1]) != ARG_POINTER_REGNUM)"
+       && REGNO(operands[1]) != ARG_POINTER_REGNUM))"
   "*
 {
   enum rtx_code code = GET_CODE (operands[4]);



Home | Main Index | Thread Index | Old Index