diff options
author | Jeff Law <law@redhat.com> | 2020-05-28 12:37:08 -0600 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-17 13:09:16 -0300 |
commit | 0c1ccbfd2c0e162cce44661068509c1dcdcec581 (patch) | |
tree | 29544e54e9edcf0e4fae3610707f728116259c71 | |
parent | 5cffdd2a5c161227e4564625bc8fde53dd06896a (diff) | |
download | gcc-0c1ccbfd2c0e162cce44661068509c1dcdcec581.zip gcc-0c1ccbfd2c0e162cce44661068509c1dcdcec581.tar.gz gcc-0c1ccbfd2c0e162cce44661068509c1dcdcec581.tar.bz2 |
Finish prior patch
* config/h8300/logical.md (bclrhi_msx): Remove pattern.
-rw-r--r-- | gcc/config/h8300/logical.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/h8300/logical.md b/gcc/config/h8300/logical.md index a099bbb..7d24fad 100644 --- a/gcc/config/h8300/logical.md +++ b/gcc/config/h8300/logical.md @@ -24,14 +24,6 @@ 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") |