From: Kazu Hirata Date: Thu, 27 Dec 2001 22:43:59 +0000 (+0000) Subject: * config/h8300/h8300.md (two anonymous patterns): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30d7b5f4139259ea367158d33c40924826b407fd;p=gcc.git * config/h8300/h8300.md (two anonymous patterns): Remove. From-SVN: r48334 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c6c6b921e2a..ea4b4943d05 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-27 Kazu Hirata + + * config/h8300/h8300.md (two anonymous patterns): Remove. + 2001-12-27 Richard Henderson * haifa-sched.c (reemit_other_notes): New. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 88f02f8be6d..33aa74ba78a 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -2104,21 +2104,8 @@ ;; ;; Inverted loads with a 32bit destination. ;; -;; Yes, all seven cases are needed. +;; Yes, all five cases are needed. ;; -(define_insn "" - [(set (match_operand:SI 0 "register_operand" "=&r") - (and:SI (not:SI - (zero_extend:SI (match_operand:HI 1 "register_operand" "r"))) - (match_operand:SI 2 "p_operand" "P")))] - "" - "* return output_simode_bld (1, 1, operands);" - [(set_attr "cc" "clobber") - (set (attr "length") - (if_then_else (eq (symbol_ref "TARGET_H8300H || TARGET_H8300S") - (const_int 0)) - (const_int 10) - (const_int 8)))]) (define_insn "" [(set (match_operand:SI 0 "register_operand" "=&r") (and:SI (not:SI @@ -2135,19 +2122,6 @@ (const_int 10) (const_int 8)))]) -(define_insn "" - [(set (match_operand:SI 0 "register_operand" "=&r") - (and:SI (not:SI - (zero_extend:SI (match_operand:QI 1 "register_operand" "r"))) - (match_operand:SI 2 "p_operand" "P")))] - "" - "* return output_simode_bld (1, 1, operands);" - [(set_attr "cc" "clobber") - (set (attr "length") - (if_then_else (eq (symbol_ref "TARGET_H8300H || TARGET_H8300S") - (const_int 0)) - (const_int 10) - (const_int 8)))]) (define_insn "" [(set (match_operand:SI 0 "register_operand" "=&r") (and:SI (not:SI