From eca3fa3b2306bed2af1ec2c51ab754f036987a0e Mon Sep 17 00:00:00 2001 From: Tom Wood Date: Fri, 20 Mar 1992 20:12:24 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r538 --- gcc/config/m88k/m88k.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/config/m88k/m88k.md b/gcc/config/m88k/m88k.md index d31a5f8cf1b..7f9841c2d8b 100644 --- a/gcc/config/m88k/m88k.md +++ b/gcc/config/m88k/m88k.md @@ -28,7 +28,7 @@ (define_expand "m88k_sccs_id" [(match_operand:SI 0 "" "")] "" - "{ static char sccs_id[] = \"@(#)m88k.md 2.0.3.3 18 Mar 1992 15:40:12\"; + "{ static char sccs_id[] = \"@(#)m88k.md 2.0.3.4 20 Mar 1992 15:09:03\"; FAIL; }") ;; Attribute specifications @@ -2692,7 +2692,7 @@ }") (define_insn "" - [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "r") + [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+r") (match_operand:SI 1 "int5_operand" "") (match_operand:SI 2 "int5_operand" "")) (const_int 0))] @@ -2705,7 +2705,7 @@ }") (define_insn "" - [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "r") + [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+r") (match_operand:SI 1 "int5_operand" "") (match_operand:SI 2 "int5_operand" "")) (const_int -1))] @@ -2718,7 +2718,7 @@ }") (define_insn "" - [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "=r") + [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+r") (match_operand:SI 1 "int5_operand" "") (match_operand:SI 2 "int5_operand" "")) (match_operand:SI 3 "int32_operand" "n"))]