Finish prior patch
authorJeff Law <law@redhat.com>
Thu, 28 May 2020 18:37:08 +0000 (12:37 -0600)
committerJeff Law <law@redhat.com>
Thu, 28 May 2020 18:37:34 +0000 (12:37 -0600)
* config/h8300/logical.md (bclrhi_msx): Remove pattern.

gcc/config/h8300/logical.md

index a099bbb4f5fa564d11c815245c44f3e8db6fd568..7d24fad360a1d1b434da2ca10393dfc3ba4e15eb 100644 (file)
     operands[2] = GEN_INT ((INTVAL (operands[2])) >> 8);
   })
 
-(define_insn "bclrhi_msx"
-  [(set (match_operand:HI 0 "bit_register_indirect_operand" "=m")
-       (and:HI (match_operand:HI 1 "bit_register_indirect_operand" "%0")
-               (match_operand:HI 2 "single_zero_operand" "Y0")))]
-  "TARGET_H8300SX"
-  "bclr\\t%W2,%0"
-  [(set_attr "length" "8")])
-
 (define_insn "*andqi3_2"
   [(set (match_operand:QI 0 "bit_operand" "=U,rQ,r")
        (and:QI (match_operand:QI 1 "bit_operand" "%0,0,WU")