*** empty log message ***

From-SVN: r538
This commit is contained in:
Tom Wood 1992-03-20 20:12:24 +00:00
parent 7c129456be
commit eca3fa3b23
1 changed files with 4 additions and 4 deletions

View File

@ -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"))]